diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index b7d9e410a1..463aaf8f28 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -5,6 +5,7 @@ if(MSVC) gtest_force_shared_crt "Use shared (DLL) run-time lib even when Google Test is built as static lib." ON) + option(gtest_disable_pthreads "Disable uses of pthreads in gtest." ON) set(Google_Tests_LIBS oldnames.lib