Skip to content

Commit 5d8eb3a

Browse files
Update CMakeLists.txt
Change install path
1 parent b2c2052 commit 5d8eb3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/EXTERNAL/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)