From 36890c9fff9f6ccdc1ee322a100a07770c4ef1d9 Mon Sep 17 00:00:00 2001 From: Rajendra Desai Date: Thu, 29 Aug 2024 21:28:37 +0530 Subject: [PATCH] CMakeLists: change gtest_force_shared_crt to default --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c1041b09..74d183f0f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -98,7 +98,6 @@ else() endif() enable_testing() -set(gtest_force_shared_crt ON CACHE BOOL "" FORCE) #---------------------------------------------------------------------- # Use C++17 (needed for shared_mutex support on Linux)