diff options
-rw-r--r-- | polly/include/polly/Config/config.h.cmake | 1 | ||||
-rw-r--r-- | polly/test/CMakeLists.txt | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/polly/include/polly/Config/config.h.cmake b/polly/include/polly/Config/config.h.cmake index 7511908ca36..4abf8b9af5d 100644 --- a/polly/include/polly/Config/config.h.cmake +++ b/polly/include/polly/Config/config.h.cmake @@ -13,7 +13,6 @@ #ifndef POLLY_CONFIG_H #define POLLY_CONFIG_H -#cmakedefine CLOOG_FOUND #cmakedefine CUDALIB_FOUND #cmakedefine GPU_CODEGEN diff --git a/polly/test/CMakeLists.txt b/polly/test/CMakeLists.txt index 76250eedb19..4075f0aab7e 100644 --- a/polly/test/CMakeLists.txt +++ b/polly/test/CMakeLists.txt @@ -3,7 +3,6 @@ set(POLLY_TEST_DIRECTORIES "ScopInfo" "ScheduleOptimizer" "CodeGen" - "Cloog" "OpenMP" "polybench" "vect") |