mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Renamed the EIGEN_TEST_NVCC cmake option into EIGEN_TEST_CUDA per the discussion in bug #1173.
This commit is contained in:
@@ -315,7 +315,7 @@ macro(ei_testing_print_summary)
|
||||
message(STATUS "C++11: OFF")
|
||||
endif()
|
||||
|
||||
if(EIGEN_TEST_NVCC)
|
||||
if(EIGEN_TEST_CUDA)
|
||||
message(STATUS "CUDA: ON")
|
||||
else()
|
||||
message(STATUS "CUDA: OFF")
|
||||
|
||||
Reference in New Issue
Block a user