Skip to content

Commit f159067

Browse files
committed
fix defaults
1 parent 8fd21fb commit f159067

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ if(UNITS_BUILD_FUZZ_TARGETS)
212212
add_subdirectory(FuzzTargets)
213213
elseif(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)

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
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'

0 commit comments

Comments
 (0)