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})
95
95
# Set the correct source directory
96
96
SOURCE_DIR "${SYNLIG_SOURCE_DIR} "
97
97
BUILD_IN_SOURCE FALSE
98
- INSTALL_DIR "${CMAKE_BINARY_DIR} /synlig_install"
98
+ INSTALL_DIR "${CMAKE_BINARY_DIR} /bin/ synlig_install"
99
99
100
100
# Disable submodule update command (not needed, since it's included in cloning)
101
101
UPDATE_COMMAND ""
102
102
103
103
# 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}
105
105
INSTALL_COMMAND ""
106
106
CONFIGURE_COMMAND ""
107
107
You can’t perform that action at this time.
0 commit comments