aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2015-12-10 22:23:21 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2015-12-10 22:23:21 +0100
commitd1862967a89501f0382834e0d128a53ad5764377 (patch)
tree546d955dfbaf8a481d5d9e3e3744be60a753bc5b /cmake
parent46d2f6cd78aa752c55099072217993af81f70779 (diff)
Make sure ADOLC is recent enough by searching for adtl.h
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindAdolc.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindAdolc.cmake b/cmake/FindAdolc.cmake
index 1a7ff3628..937e54990 100644
--- a/cmake/FindAdolc.cmake
+++ b/cmake/FindAdolc.cmake
@@ -5,7 +5,7 @@ endif (ADOLC_INCLUDES AND ADOLC_LIBRARIES)
find_path(ADOLC_INCLUDES
NAMES
- adolc/adouble.h
+ adolc/adtl.h
PATHS
$ENV{ADOLCDIR}
${INCLUDE_INSTALL_DIR}