We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a46e76 commit d1ae4abCopy full SHA for d1ae4ab
libs/EXTERNAL/CMakeLists.txt
@@ -107,7 +107,7 @@ if (${WITH_PARMYS})
107
UPDATE_COMMAND git submodule update --init --recursive
108
109
# Build and install in one command
110
- BUILD_COMMAND ${MAKE_PROGRAM} -C ${SYNLIG_SOURCE_DIR} install DESTDIR=${SYNLIG_BINARY_DIR} -j${PROCESSOR_COUNT}
+ BUILD_COMMAND ${MAKE_PROGRAM} -C ${SYNLIG_SOURCE_DIR} install DESTDIR=${SYNLIG_BINARY_DIR} -j4
111
112
# Pass necessary paths and set environment variables
113
CMAKE_CACHE_ARGS
0 commit comments