From 0b1d2583d5bb514e236f757012fcb7b855f0e996 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sun, 25 Dec 2016 10:55:50 +0100 Subject: cmake: Remove unnecessary flag hack --- cmake/modules/CompilerSetup.cmake | 3 --- 1 file changed, 3 deletions(-) (limited to 'cmake/modules/CompilerSetup.cmake') 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}) -- cgit v1.2.3