From b7ad6277ed1d3b19106977d6c4854d881ed9631b Mon Sep 17 00:00:00 2001 From: admin1 Date: Sat, 3 Sep 2022 22:20:51 +0300 Subject: [PATCH] fixed eigen cmake error` --- .../basalt-headers/thirdparty/eigen/scripts/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/basalt-headers/thirdparty/eigen/scripts/CMakeLists.txt b/thirdparty/basalt-headers/thirdparty/eigen/scripts/CMakeLists.txt index 0d9a631..48c7227 100644 --- a/thirdparty/basalt-headers/thirdparty/eigen/scripts/CMakeLists.txt +++ b/thirdparty/basalt-headers/thirdparty/eigen/scripts/CMakeLists.txt @@ -1,5 +1,5 @@ get_property(EIGEN_TESTS_LIST GLOBAL PROPERTY EIGEN_TESTS_LIST) -configure_file(buildtests.in ${CMAKE_BINARY_DIR}/buildtests.sh @ONLY) +#configure_file(buildtests.in ${CMAKE_BINARY_DIR}/buildtests.sh @ONLY) configure_file(check.in ${CMAKE_BINARY_DIR}/check.sh COPYONLY) configure_file(debug.in ${CMAKE_BINARY_DIR}/debug.sh COPYONLY)