[polly] r209750 - Reorder cmake include folders (polly source first)

Johannes Doerfert jdoerfert at codeaurora.org
Wed May 28 09:54:42 PDT 2014


Author: jdoerfert
Date: Wed May 28 11:54:42 2014
New Revision: 209750

URL: http://llvm.org/viewvc/llvm-project?rev=209750&view=rev
Log:
Reorder cmake include folders (polly source first)

Modified:
    polly/trunk/CMakeLists.txt

Modified: polly/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/CMakeLists.txt?rev=209750&r1=209749&r2=209750&view=diff
==============================================================================
--- polly/trunk/CMakeLists.txt (original)
+++ polly/trunk/CMakeLists.txt Wed May 28 11:54:42 2014
@@ -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





More information about the llvm-commits mailing list