silent cmake warnings

This commit is contained in:
Gael Guennebaud 2019-11-14 14:22:35 +01:00
parent a153dbae9b
commit f1b1f13d3c

View File

@ -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}")