diff options
Diffstat (limited to '')
-rw-r--r-- | src/OSSupport/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/OSSupport/CMakeLists.txt b/src/OSSupport/CMakeLists.txt index 9f3fcb8a0..62ad9c475 100644 --- a/src/OSSupport/CMakeLists.txt +++ b/src/OSSupport/CMakeLists.txt @@ -40,10 +40,6 @@ SET (HDRS WinStackWalker.h ) -if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang") - add_flags_cxx("-Wno-error=global-constructors ") -endif() - if(NOT MSVC) add_library(OSSupport ${SRCS} ${HDRS}) target_link_libraries(OSSupport fmt::fmt) |