[cmake] Make CLooG optional

CLooG is already optional in the autoconf build.

llvm-svn: 174872
This commit is contained in:
Tobias Grosser 2013-02-11 10:36:19 +00:00
parent 60baeb984f
commit 7b3ac71920
1 changed files with 1 additions and 1 deletions

View File

@ -79,9 +79,9 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-exceptions -fno-rtti")
# Add path for custom modules
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${POLLY_SOURCE_DIR}/cmake")
FIND_PACKAGE(Cloog REQUIRED)
FIND_PACKAGE(Isl REQUIRED)
FIND_PACKAGE(Gmp REQUIRED)
FIND_PACKAGE(Cloog)
FIND_PACKAGE(Pluto)
option(POLLY_ENABLE_GPGPU_CODEGEN "Enable GPGPU code generation feature" OFF)