Skip to content

Commit e8b87aa

Browse files
committed
minor update
1 parent 63aad29 commit e8b87aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libs/EXTERNAL/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ set(SURELOG_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/Surelog)
8787
INSTALL_DIR " "
8888

8989
# Sync submodules after cloning
90-
UPDATE_COMMAND git submodule update --init --recursive third_party/surelog
90+
91+
UPDATE_COMMAND git submodule sync && git submodule update --init --recursive third_party/surelog
9192
WORKING_DIRECTORY "${SYNLIG_SOURCE_DIR}"
9293

9394

0 commit comments

Comments
 (0)