We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2c2052 commit 5d8eb3aCopy full SHA for 5d8eb3a
libs/EXTERNAL/CMakeLists.txt
@@ -95,13 +95,13 @@ if (${WITH_PARMYS})
95
# Set the correct source directory
96
SOURCE_DIR "${SYNLIG_SOURCE_DIR}"
97
BUILD_IN_SOURCE FALSE
98
- INSTALL_DIR "${CMAKE_BINARY_DIR}/synlig_install"
+ INSTALL_DIR "${CMAKE_BINARY_DIR}/bin/synlig_install"
99
100
# Disable submodule update command (not needed, since it's included in cloning)
101
UPDATE_COMMAND ""
102
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}
+ BUILD_COMMAND ${MAKE_PROGRAM} -C ${SYNLIG_SOURCE_DIR} install DESTDIR=${CMAKE_BINARY_DIR}/bin/synlig_install -j${PROCESSOR_COUNT}
105
INSTALL_COMMAND ""
106
CONFIGURE_COMMAND ""
107
0 commit comments