diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2016-12-25 10:55:50 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2016-12-25 10:56:43 +0100 |
| commit | 0b1d2583d5bb514e236f757012fcb7b855f0e996 (patch) | |
| tree | cecae3a569793dcf4f869e58dc5d0b5f08d2b342 /cmake | |
| parent | df283fcc0428b182dd0bc6a48b5d3a3e8a27e03e (diff) | |
| download | extfs-0b1d2583d5bb514e236f757012fcb7b855f0e996.tar.xz extfs-0b1d2583d5bb514e236f757012fcb7b855f0e996.zip | |
cmake: Remove unnecessary flag hack
Diffstat (limited to 'cmake')
| -rw-r--r-- | cmake/modules/CompilerSetup.cmake | 3 |
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}) |
