Skip to content

Commit a864d36

Browse files
committed
Fix for AlmaLinux8
1 parent ed2fae6 commit a864d36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
option(CMAKE_USE_WIN32_THREADS_INIT "using WIN32 threads" ON)
2-
option(gtest_disable_pthreads "Disable uses of pthreads in gtest." ON)
2+
option(gtest_disable_pthreads "Disable uses of pthreads in gtest." OFF)
33

44
# Force dynamic linking since MSVC now links C runtimes dynamically by default
55
set(gtest_force_shared_crt on)

0 commit comments

Comments
 (0)