[cmake] Remove two unused include paths
authorTobias Grosser <tobias@grosser.es>
Wed, 6 May 2015 12:28:23 +0000 (12:28 +0000)
committerTobias Grosser <tobias@grosser.es>
Wed, 6 May 2015 12:28:23 +0000 (12:28 +0000)
These include paths are leftovers from times when we used GMP or an external
isl installation. They are not longer needed.

llvm-svn: 236596

polly/CMakeLists.txt

index bc91738..80fc6d3 100644 (file)
@@ -105,11 +105,6 @@ if (POLLY_ENABLE_GPGPU_CODEGEN)
   set(GPU_CODEGEN TRUE)
 endif(POLLY_ENABLE_GPGPU_CODEGEN)
 
-INCLUDE_DIRECTORIES( ${ISL_INCLUDE_DIR} )
-if (GMP_FOUND)
-  INCLUDE_DIRECTORIES( ${GMP_INCLUDE_DIR} )
-endif(GMP_FOUND)
-
 # Support GPGPU code generation if the library is available.
 if (CUDALIB_FOUND)
   INCLUDE_DIRECTORIES( ${CUDALIB_INCLUDE_DIR} )