From 348bb386d1737eaf2a5e61a2b37fd2a3f561b109 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Sat, 8 Dec 2018 18:59:51 +0100 Subject: Enable "old" CMP0026 policy (not perfect, but better than dozens of warning) --- lapack/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'lapack') 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}") -- cgit v1.2.3