diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-10-06 21:44:40 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-10-06 21:44:40 +0000 |
| commit | 17fa91790061c9aeca756a426f94febfcf800122 (patch) | |
| tree | a03ebbb6171ca0df4655b2f5cc32f43b884b6da0 | |
| parent | Merge branch 'ldflags' of gitlab.com:xzcvczx/inkscape (diff) | |
| parent | Remove 2.8.4 cmake workaround (diff) | |
| download | inkscape-17fa91790061c9aeca756a426f94febfcf800122.tar.gz inkscape-17fa91790061c9aeca756a426f94febfcf800122.zip | |
Merge branch 'old-cmake-cleanup' of gitlab.com:xzcvczx/inkscape
| -rw-r--r-- | CMakeLists.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c692f40be..f516a6577 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? |
