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