From 3474e1596190673f9177d8ea5bd730186bcc54fa Mon Sep 17 00:00:00 2001 From: Arseniy Obolenskiy Date: Mon, 23 Jun 2025 15:00:34 +0200 Subject: [PATCH] Remove unused runtime flag --- cmake/configure.cmake | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cmake/configure.cmake b/cmake/configure.cmake index f71cdb98e..82a0a0df6 100644 --- a/cmake/configure.cmake +++ b/cmake/configure.cmake @@ -2,10 +2,6 @@ if(MSVC) option(gtest_force_shared_crt "" TRUE) endif(MSVC) -if (APPLE) - set(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG TRUE) -endif(APPLE) - if (NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE "Release") endif(NOT CMAKE_BUILD_TYPE)