We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2fae6 commit a864d36Copy full SHA for a864d36
1 file changed
test/CMakeLists.txt
@@ -1,5 +1,5 @@
1
option(CMAKE_USE_WIN32_THREADS_INIT "using WIN32 threads" ON)
2
-option(gtest_disable_pthreads "Disable uses of pthreads in gtest." ON)
+option(gtest_disable_pthreads "Disable uses of pthreads in gtest." OFF)
3
4
# Force dynamic linking since MSVC now links C runtimes dynamically by default
5
set(gtest_force_shared_crt on)
0 commit comments