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 63aad29 commit e8b87aaCopy full SHA for e8b87aa
libs/EXTERNAL/CMakeLists.txt
@@ -87,7 +87,8 @@ set(SURELOG_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/Surelog)
87
INSTALL_DIR " "
88
89
# Sync submodules after cloning
90
- UPDATE_COMMAND git submodule update --init --recursive third_party/surelog
+
91
+ UPDATE_COMMAND git submodule sync && git submodule update --init --recursive third_party/surelog
92
WORKING_DIRECTORY "${SYNLIG_SOURCE_DIR}"
93
94
0 commit comments