summaryrefslogtreecommitdiffstats
path: root/polly/CMakeLists.txt
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2015-05-06 12:28:23 +0000
committerTobias Grosser <tobias@grosser.es>2015-05-06 12:28:23 +0000
commitd35f388b49500ca52cd91947abc5cba47e382bf3 (patch)
tree8f0ce840ac9c53b58f79fe53058553b68f7b0f03 /polly/CMakeLists.txt
parented89c7fe44bd60a20e80b855804fa455cbeb7be5 (diff)
downloadbcm5719-llvm-d35f388b49500ca52cd91947abc5cba47e382bf3.tar.gz
bcm5719-llvm-d35f388b49500ca52cd91947abc5cba47e382bf3.zip
[cmake] Remove two unused include paths
These include paths are leftovers from times when we used GMP or an external isl installation. They are not longer needed. llvm-svn: 236596
Diffstat (limited to 'polly/CMakeLists.txt')
-rw-r--r--polly/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/polly/CMakeLists.txt b/polly/CMakeLists.txt
index bc91738d1c3..80fc6d3dff1 100644
--- a/polly/CMakeLists.txt
+++ b/polly/CMakeLists.txt
@@ -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} )
OpenPOWER on IntegriCloud