Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Grosser <grosser@fim.uni-passau.de>2013-07-02 18:11:32 +0400
committerTobias Grosser <grosser@fim.uni-passau.de>2013-07-02 18:11:32 +0400
commit24bb46bc6684b38a5fc12ad2baebc30436002182 (patch)
tree093374b941b96629de4ec149492032d2e1503521 /polly/cmake
parent69a387e6ae3a01aca814f10a20af854f11d866a5 (diff)
[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 0fa95cd81b4b..1c46e72454a1 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)