File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1414 "cacheVariables" : {
1515 "CMAKE_BUILD_TYPE" : " Debug" ,
1616 "CMAKE_EXPORT_COMPILE_COMMANDS" : true ,
17+ "CMAKE_MESSAGE_LOG_LEVEL" : " WARNING" ,
1718 "MYLIB_SHARED_LIBS" : true ,
1819 "MYLIB_BUILD_TESTS" : true ,
1920 "MYLIB_BUILD_EXAMPLES" : true
4546 "type" : " path" ,
4647 "value" : " ${sourceDir}/stagedir"
4748 },
49+ "CMAKE_MESSAGE_LOG_LEVEL" : " STATUS" ,
4850 "BUILD_SHARED_LIBS" : false ,
4951 "BUILD_TESTING" : true
5052 }
7880 "binaryDir" : " ${sourceDir}/build" ,
7981 "generator" : " Ninja" ,
8082 "hidden" : true ,
83+ "inherits" : " default" ,
8184 "cacheVariables" : {
8285 "CMAKE_BUILD_TYPE" : " Release"
8386 }
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ endif()
2323include (FetchContent)
2424FetchContent_Declare(
2525 googletest URL https://github.com/google/googletest/archive/refs/tags/v1.15.2.tar.gz DOWNLOAD_EXTRACT_TIMESTAMP ON
26+ DOWNLOAD_NO_PROGRESS ON
2627)
2728
2829set (gtest_force_shared_crt ON CACHE BOOL "" FORCE) # do not override parent project's runtime settings on Windows
You can’t perform that action at this time.
0 commit comments