We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f45e2cd commit ecd77cdCopy full SHA for ecd77cd
libs/EXTERNAL/CMakeLists.txt
@@ -101,9 +101,9 @@ if (${WITH_PARMYS})
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}/bin/synlig_install -j4
105
- INSTALL_COMMAND ""
106
- CONFIGURE_COMMAND ""
+ ##BUILD_COMMAND ${MAKE_PROGRAM} -C ${SYNLIG_SOURCE_DIR} install DESTDIR=${CMAKE_BINARY_DIR}/bin/synlig_install -j4
+ ##INSTALL_COMMAND ""
+ ##CONFIGURE_COMMAND ""
107
108
# Pass necessary paths and set environment variables
109
CMAKE_CACHE_ARGS
0 commit comments