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 9b01307 commit 8994163Copy full SHA for 8994163
libs/EXTERNAL/CMakeLists.txt
@@ -89,7 +89,7 @@ set(SURELOG_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/Surelog)
89
# Sync submodules after cloning
90
91
WORKING_DIRECTORY ${SYNLIG_SOURCE_DIR}
92
- UPDATE_COMMAND git submodule sync && git submodule update --init --recursive third_party/surelog
+ UPDATE_COMMAND 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