diff --git a/CMakeLists.txt b/CMakeLists.txt index 4803e6123d..7f009cc3e1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -875,13 +875,6 @@ if(MINGW AND USE_PCH) endif() endif() -# ###################################################################################################################### -# Add the folders, the order matters here -# ###################################################################################################################### -if(APPLE) - add_definitions(-mmacosx-version-min=10.8) -endif() - # add the dtl module include path before we include Plugin folder include_directories(submodules/dtl)