summaryrefslogtreecommitdiffstats
path: root/polly/cmake
diff options
context:
space:
mode:
authorTobias Grosser <grosser@fim.uni-passau.de>2013-07-02 14:11:32 +0000
committerTobias Grosser <grosser@fim.uni-passau.de>2013-07-02 14:11:32 +0000
commit24bb46bc6684b38a5fc12ad2baebc30436002182 (patch)
tree093374b941b96629de4ec149492032d2e1503521 /polly/cmake
parent69a387e6ae3a01aca814f10a20af854f11d866a5 (diff)
downloadbcm5719-llvm-24bb46bc6684b38a5fc12ad2baebc30436002182.tar.gz
bcm5719-llvm-24bb46bc6684b38a5fc12ad2baebc30436002182.zip
[autoconf/cmake] Make sure we detect the latest version of isl.
llvm-svn: 185429
Diffstat (limited to 'polly/cmake')
-rw-r--r--polly/cmake/FindIsl.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/cmake/FindIsl.cmake b/polly/cmake/FindIsl.cmake
index 0fa95cd81b4..1c46e72454a 100644
--- a/polly/cmake/FindIsl.cmake
+++ b/polly/cmake/FindIsl.cmake
@@ -1,4 +1,4 @@
-FIND_PATH(ISL_INCLUDE_DIR isl/ast.h)
+FIND_PATH(ISL_INCLUDE_DIR isl/val.h)
FIND_LIBRARY(ISL_LIBRARY NAMES isl)
OpenPOWER on IntegriCloud