Do not use pthreads in gtest with MSVC compilers. (#11584)

This commit is contained in:
Jacob Oursland
2023-11-30 13:02:11 -08:00
committed by GitHub
parent 391d08e6d5
commit 0e9d5914cb

View File

@@ -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