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)