File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ macro(eprosima_find_package package)
97
97
# Update submodule
98
98
message (STATUS "Updating submodule thirdparty/${package} " )
99
99
execute_process (
100
- COMMAND git submodule update --recursive --init "thirdparty/${package} "
100
+ COMMAND git submodule update --quiet -- recursive --init "thirdparty/${package} "
101
101
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
102
102
RESULT_VARIABLE EXECUTE_RESULT
103
103
)
@@ -220,7 +220,7 @@ macro(eprosima_find_thirdparty package thirdparty_name)
220
220
# Update submodule
221
221
message (STATUS "Updating submodule thirdparty/${thirdparty_name} " )
222
222
execute_process (
223
- COMMAND git submodule update --recursive --init "thirdparty/${thirdparty_name} "
223
+ COMMAND git submodule update --quiet -- recursive --init "thirdparty/${thirdparty_name} "
224
224
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
225
225
RESULT_VARIABLE EXECUTE_RESULT
226
226
)
You can’t perform that action at this time.
0 commit comments