mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 03:39:01 +08:00
forgot to include this file in one pretty old commit (missing EXCLUDE_FROM_ALL)
This commit is contained in:
parent
78fa34e8ff
commit
1c4e85ac7e
@ -41,7 +41,7 @@ install(TARGETS eigen_blas
|
||||
if(EIGEN_LEAVE_TEST_IN_ALL_TARGET)
|
||||
add_subdirectory(testing) # can't do EXCLUDE_FROM_ALL here, breaks CTest
|
||||
else()
|
||||
add_subdirectory(testing)
|
||||
add_subdirectory(testing EXCLUDE_FROM_ALL)
|
||||
endif()
|
||||
|
||||
endif(CMAKE_Fortran_COMPILER_WORKS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user