File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ if(UNITS_BUILD_FUZZ_TARGETS)
212212 add_subdirectory (FuzzTargets )
213213elseif (UNITS_ENABLE_TESTS AND NOT CMAKE_VERSION VERSION_LESS 3.13)
214214 enable_testing ()
215- option (UNITS_USE_EXTERNAL_GTEST "enable locally built google test" ON )
215+ option (UNITS_USE_EXTERNAL_GTEST "use an installed or external version of GTest instead of the included submodule" OFF )
216216 mark_as_advanced (UNITS_USE_EXTERNAL_GTEST )
217217
218218 if (UNITS_USE_EXTERNAL_GTEST)
Original file line number Diff line number Diff line change 6262 units.std : 11
6363 Windows17 :
6464 vmImage : ' windows-2019'
65- units.options : -DUNITS_BUILD_SHARED_LBIRARY =ON -DUNITS_BUILD_STATIC_LIBRARY=OFF
65+ units.options : -DUNITS_BUILD_SHARED_LIBRARY =ON -DUNITS_BUILD_STATIC_LIBRARY=OFF
6666 units.std : 17
6767 Windows32bit :
6868 vmImage : ' windows-2019'
You can’t perform that action at this time.
0 commit comments