File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55include_guard ()
66
77function (install_dependencies)
8- message (STATUS "Installing Dependencies for ${PROJECT_NAME} " )
8+ message (VERBOSE "Installing Dependencies for ${PROJECT_NAME} " )
99
1010 # Avoid building tests for dependencies...
1111 set (BUILD_TESTING off )
1212
1313 # Add dependencies here...
14- message (STATUS " N/A" )
14+ message (VERBOSE " N/A" )
1515
1616endfunction ()
1717safeguard_properties(CALLBACK "install_dependencies" PROPERTIES BUILD_TESTING)
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ include_guard()
88include ("dependencies.cmake" )
99
1010function (install_dev_dependencies)
11- message (STATUS "Installing Development Dependencies for ${PROJECT_NAME} " )
11+ message (VERBOSE "Installing Development Dependencies for ${PROJECT_NAME} " )
1212
1313 # Avoid building tests for dependencies...
1414 set (BUILD_TESTING off )
1515
1616 # Add dev-dependencies here...
17- message (STATUS " N/A" )
17+ message (VERBOSE " N/A" )
1818
1919endfunction ()
2020safeguard_properties(CALLBACK "install_dev_dependencies" PROPERTIES BUILD_TESTING)
You can’t perform that action at this time.
0 commit comments