From 218cd9ecfac6e195b37711b608167b6332e106eb Mon Sep 17 00:00:00 2001 From: Snaipe Date: Mon, 28 Sep 2015 12:26:40 +0200 Subject: [PATCH] Added /usr/local/include as a system include directory --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 09923a3..71ae77d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,8 +16,9 @@ endif () add_subdirectory(dependencies/libcsptr/ EXCLUDE_FROM_ALL) add_subdirectory(dependencies/dyncall/ EXCLUDE_FROM_ALL) +include_directories(SYSTEM /usr/local/include) + include_directories( - /usr/local/include/ dependencies/libcsptr/include/ dependencies/dyncall/dyncall/ dependencies/valgrind/include/