aboutsummaryrefslogtreecommitdiffhomepage
path: root/lapack
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2018-12-08 18:59:51 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2018-12-08 18:59:51 +0100
commit348bb386d1737eaf2a5e61a2b37fd2a3f561b109 (patch)
treeeda10a336594995a571c6020e614e004f88c1ba1 /lapack
parentbff90bf270b330612e4d7e4fdba96b3671826208 (diff)
Enable "old" CMP0026 policy (not perfect, but better than dozens of warning)
Diffstat (limited to 'lapack')
-rw-r--r--lapack/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lapack/CMakeLists.txt b/lapack/CMakeLists.txt
index 522ba8a2b..9b0d8638c 100644
--- a/lapack/CMakeLists.txt
+++ b/lapack/CMakeLists.txt
@@ -136,6 +136,7 @@ if(EXISTS ${eigen_full_path_to_testing_lapack})
add_subdirectory(testing/MATGEN)
add_subdirectory(testing/LIN)
add_subdirectory(testing/EIG)
+ cmake_policy(SET CMP0026 OLD)
macro(add_lapack_test output input target)
set(TEST_INPUT "${LAPACK_SOURCE_DIR}/testing/${input}")
set(TEST_OUTPUT "${LAPACK_BINARY_DIR}/testing/${output}")