Skip to content

Commit 0227c24

Browse files
Update CMakeLists.txt
Synlig Hardcoded Paths resolved
1 parent 2033ae8 commit 0227c24

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
"-DUHDM_INSTALL_DIR=${CMAKE_BINARY_DIR}"
108108
"-DBUILD_DIR=${CMAKE_BINARY_DIR}/synlig-build"
109109
"-DEXPORT_PATH=${CMAKE_BINARY_DIR}/synlig_install/usr/local/bin:$ENV{PATH}"
110-
"-DCMAKE_JOB_POOLS:STRING=compile=1;link=1"
110+
"-DCMAKE_INSTALL_PREFIX:PATH=${CMAKE_BINARY_DIR}/bin/synlig_install"
111111

112112
LOG_BUILD ON
113113
LOG_UPDATE ON

0 commit comments

Comments
 (0)