From f1b1f13d3c4d8d7dce546944ff1f9e2d7afbd481 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 14 Nov 2019 14:22:35 +0100 Subject: [PATCH] silent cmake warnings --- lapack/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lapack/CMakeLists.txt b/lapack/CMakeLists.txt index 69e1dabe0..fbecd6624 100644 --- a/lapack/CMakeLists.txt +++ b/lapack/CMakeLists.txt @@ -137,6 +137,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}")