Update CUDA testing infra to match master branch.

This commit is contained in:
Antonio Sanchez
2025-03-13 21:49:24 +00:00
parent b0448fc6e0
commit c7f6f8315f
4 changed files with 102 additions and 106 deletions

View File

@@ -1,7 +1,7 @@
project(Eigen3)
cmake_minimum_required(VERSION 2.8.5)
project(Eigen3)
# guard against in-source builds
if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
@@ -470,7 +470,7 @@ if (NOT CMAKE_CROSSCOMPILING)
add_subdirectory(blas EXCLUDE_FROM_ALL)
add_subdirectory(lapack EXCLUDE_FROM_ALL)
endif()
endif(CMAKE_CROSSCOMPILING)
endif(NOT CMAKE_CROSSCOMPILING)
# add SYCL
option(EIGEN_TEST_SYCL "Add Sycl support." OFF)