diff options
Diffstat (limited to 'cmake/modules')
| -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}) |
