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 1a71b7a commit 9b01307Copy full SHA for 9b01307
libs/EXTERNAL/CMakeLists.txt
@@ -88,8 +88,8 @@ set(SURELOG_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/Surelog)
88
89
# Sync submodules after cloning
90
91
- UPDATE_COMMAND git submodule sync && git submodule update --init --recursive third_party/surelog
92
WORKING_DIRECTORY ${SYNLIG_SOURCE_DIR}
+ UPDATE_COMMAND git submodule sync && git submodule update --init --recursive third_party/surelog
93
94
95
BUILD_COMMAND ${MAKE_PROGRAM} -C ${SYNLIG_SOURCE_DIR} install DESTDIR=${CMAKE_BINARY_DIR}/bin/synlig_install -j${CUSTOM_BUILD_PARALLEL_LEVEL}
0 commit comments