From 785c5343cda11f77d8ea305e6ec6229a54122105 Mon Sep 17 00:00:00 2001 From: Maximilian Rehms Date: Sat, 18 May 2024 15:11:42 +0200 Subject: [PATCH] removed warnig suppression --- CMakeLists.txt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fdbf0d8..4d23747 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -220,9 +220,4 @@ if(${PROJECT_NAME}_ENABLE_UNIT_TESTING) if(MSVC) target_link_options(${PROJECT_NAME}-tests PRIVATE "/SUBSYSTEM:CONSOLE") endif(MSVC) -endif() - -# Specific AppleClang options to suppress C++11 extension warnings - probably optional because it could hinder trouble shooting -if (CMAKE_CXX_COMPILER_ID STREQUAL "AppleClang") - add_compile_options(-Wno-c++11-extensions) -endif () \ No newline at end of file +endif() \ No newline at end of file