From: Sebastian Pop Date: Mon, 10 Mar 2014 21:27:04 +0000 (+0000) Subject: fix polly buildbot X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=55aa019282c4137e4444f555da78a6c01f83cb48;p=oota-llvm.git fix polly buildbot git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203492 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 78a0b42babc..c3ebe18b8a5 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -70,7 +70,7 @@ if( NOT LLVM_INCLUDE_TOOLS STREQUAL "bootstrap-only" ) if(WITH_POLLY) add_llvm_external_project(polly) else(WITH_POLLY) - list(APPEND LLVM_IMPLICIT_PROJECT_IGNORE "${CMAKE_CURRENT_SOURCE_DIR}/polly") + list(APPEND LLVM_IMPLICIT_PROJECT_IGNORE "${LLVM_MAIN_SRC_DIR}/tools/polly") endif(WITH_POLLY) # Automatically add remaining sub-directories containing a 'CMakeLists.txt'