From 34558184a06849488c5165605e7edf5424b2cf1b Mon Sep 17 00:00:00 2001 From: Johannes Doerfert Date: Wed, 28 May 2014 16:54:42 +0000 Subject: [PATCH] Reorder cmake include folders (polly source first) llvm-svn: 209750 --- polly/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/polly/CMakeLists.txt b/polly/CMakeLists.txt index 7958274..628c761 100644 --- a/polly/CMakeLists.txt +++ b/polly/CMakeLists.txt @@ -141,6 +141,7 @@ endif(SCOPLIB_FOUND) include_directories( + BEFORE ${CMAKE_CURRENT_SOURCE_DIR}/include ${CMAKE_CURRENT_SOURCE_DIR}/lib/JSON/include ${CMAKE_CURRENT_BINARY_DIR}/include -- 2.7.4