File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,13 +95,13 @@ if (${WITH_PARMYS})
9595 # Set the correct source directory
9696 SOURCE_DIR "${SYNLIG_SOURCE_DIR} "
9797 BUILD_IN_SOURCE FALSE
98- INSTALL_DIR "${CMAKE_BINARY_DIR} /synlig_install"
98+ INSTALL_DIR "${CMAKE_BINARY_DIR} /bin/ synlig_install"
9999
100100 # Disable submodule update command (not needed, since it's included in cloning)
101101 UPDATE_COMMAND ""
102102
103103 # Ensure build directory exists before building
104- BUILD_COMMAND ${MAKE_PROGRAM} -C ${SYNLIG_SOURCE_DIR} install DESTDIR=${CMAKE_BINARY_DIR} /synlig_install -j${PROCESSOR_COUNT}
104+ BUILD_COMMAND ${MAKE_PROGRAM} -C ${SYNLIG_SOURCE_DIR} install DESTDIR=${CMAKE_BINARY_DIR} /bin/ synlig_install -j${PROCESSOR_COUNT}
105105 INSTALL_COMMAND ""
106106 CONFIGURE_COMMAND ""
107107
You can’t perform that action at this time.
0 commit comments