Skip to content

Commit d1ae4ab

Browse files
Update CMakeLists.txt
limited cpu core
1 parent 3a46e76 commit d1ae4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/EXTERNAL/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ if (${WITH_PARMYS})
107107
UPDATE_COMMAND git submodule update --init --recursive
108108

109109
# Build and install in one command
110-
BUILD_COMMAND ${MAKE_PROGRAM} -C ${SYNLIG_SOURCE_DIR} install DESTDIR=${SYNLIG_BINARY_DIR} -j${PROCESSOR_COUNT}
110+
BUILD_COMMAND ${MAKE_PROGRAM} -C ${SYNLIG_SOURCE_DIR} install DESTDIR=${SYNLIG_BINARY_DIR} -j4
111111

112112
# Pass necessary paths and set environment variables
113113
CMAKE_CACHE_ARGS

0 commit comments

Comments
 (0)