From 55aa019282c4137e4444f555da78a6c01f83cb48 Mon Sep 17 00:00:00 2001 From: Sebastian Pop Date: Mon, 10 Mar 2014 21:27:04 +0000 Subject: fix polly buildbot git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203492 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/CMakeLists.txt') diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 78a0b42bab..c3ebe18b8a 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' -- cgit v1.2.3