mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-13 18:37:27 +08:00
Re-enabled the BLAS compilation on non-MSVC systems.
This commit is contained in:
parent
5e46f7a499
commit
3b6d97b51a
@ -291,9 +291,9 @@ add_subdirectory(demos EXCLUDE_FROM_ALL)
|
||||
|
||||
if(NOT MSVC)
|
||||
if(EIGEN_LEAVE_TEST_IN_ALL_TARGET)
|
||||
#add_subdirectory(blas)
|
||||
add_subdirectory(blas)
|
||||
else()
|
||||
#add_subdirectory(blas EXCLUDE_FROM_ALL)
|
||||
add_subdirectory(blas EXCLUDE_FROM_ALL)
|
||||
endif()
|
||||
endif(NOT MSVC)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user