summaryrefslogtreecommitdiff
path: root/cmake/modules/CompilerSetup.cmake
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2016-12-25 10:55:50 +0100
committerFelix Morgner <felix.morgner@gmail.com>2016-12-25 10:56:43 +0100
commit0b1d2583d5bb514e236f757012fcb7b855f0e996 (patch)
treececae3a569793dcf4f869e58dc5d0b5f08d2b342 /cmake/modules/CompilerSetup.cmake
parentdf283fcc0428b182dd0bc6a48b5d3a3e8a27e03e (diff)
downloadextfs-0b1d2583d5bb514e236f757012fcb7b855f0e996.tar.xz
extfs-0b1d2583d5bb514e236f757012fcb7b855f0e996.zip
cmake: Remove unnecessary flag hack
Diffstat (limited to 'cmake/modules/CompilerSetup.cmake')
-rw-r--r--cmake/modules/CompilerSetup.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmake/modules/CompilerSetup.cmake b/cmake/modules/CompilerSetup.cmake
index 40c297f..40ffba5 100644
--- a/cmake/modules/CompilerSetup.cmake
+++ b/cmake/modules/CompilerSetup.cmake
@@ -24,9 +24,6 @@ string(STRIP ${LINES} LINES)
string(REPLACE " " "" LINES ${LINES})
string(REPLACE "\n" ";" LINES ${LINES})
-# Trick CMake to explicitely add /usr/include to the system headers
-list(APPEND LINES "/usr/bin/../include")
-
# Add system header locations to the system header search-path
include_directories(SYSTEM ${LINES})