diff --git a/CMakeLists.txt b/CMakeLists.txt index c692f40bea167396d6cd914cba3b0815f14748f3..f516a657708d1508ef738359b446bbf9b6353b21 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,13 +50,6 @@ endif() # this can be removed if/when cmake 3.1 is made the minimum required version set(PKG_CONFIG_USE_CMAKE_PREFIX_PATH ON) -# workaround for omission in cmake 2.8.4's GNU.cmake, fixed in 2.8.5 -if(CMAKE_COMPILER_IS_GNUCC) - if(NOT DARWIN) - set(CMAKE_INCLUDE_SYSTEM_FLAG_C "-isystem ") - endif() -endif() - # console output is slow as hell on Windows and as a result status messages of the "install" target slow down # the whole build process considerably (especially since we also copy a lot of files from the devlibs) # TODO: Is this worth to be configurable / also applicable to other platforms?