mirror of https://github.com/CGAL/cgal
Fix call to nproc
This commit is contained in:
parent
65ec22ec06
commit
c79f1424fd
|
|
@ -32,7 +32,7 @@ done
|
|||
|
||||
cmake -DCGAL_HEADER_ONLY=FALSE -DCGAL_ENABLE_CHECK_HEADERS=TRUE -DDOXYGEN_EXECUTABLE="$DOX_PATH" -DCGAL_COPY_DEPENDENCIES=TRUE -DCMAKE_CXX_FLAGS="-std=c++11" ..
|
||||
if [ -n "$DO_CHECK_HEADERS" ]; then
|
||||
make -j$(nprc --all) -k check_headers
|
||||
make -j$(nproc --all) -k check_headers
|
||||
fi
|
||||
make -j$(nproc --all) -k packages_dependencies
|
||||
echo " Checks finished"
|
||||
|
|
|
|||
Loading…
Reference in New Issue