Skip to content

Commit ecd77cd

Browse files
Update CMakeLists.txt
Run the default cmake --build
1 parent f45e2cd commit ecd77cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libs/EXTERNAL/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ if (${WITH_PARMYS})
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}/bin/synlig_install -j4
105-
INSTALL_COMMAND ""
106-
CONFIGURE_COMMAND ""
104+
##BUILD_COMMAND ${MAKE_PROGRAM} -C ${SYNLIG_SOURCE_DIR} install DESTDIR=${CMAKE_BINARY_DIR}/bin/synlig_install -j4
105+
##INSTALL_COMMAND ""
106+
##CONFIGURE_COMMAND ""
107107

108108
# Pass necessary paths and set environment variables
109109
CMAKE_CACHE_ARGS

0 commit comments

Comments
 (0)