summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--polly/lib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/CMakeLists.txt b/polly/lib/CMakeLists.txt
index 81273ae09c9..ace15d7a477 100644
--- a/polly/lib/CMakeLists.txt
+++ b/polly/lib/CMakeLists.txt
@@ -1,7 +1,7 @@
set(LLVM_NO_RTTI 1)
if (PLUTO_FOUND)
- set(POLLY_PLUTO_FILES Pluto.cpp)
+ set(POLLY_PLUTO_FILES Transform/Pluto.cpp)
endif (PLUTO_FOUND)
set(POLLY_JSON_FILES
OpenPOWER on IntegriCloud