mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-20 00:29:38 +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(NOT MSVC)
|
||||||
if(EIGEN_LEAVE_TEST_IN_ALL_TARGET)
|
if(EIGEN_LEAVE_TEST_IN_ALL_TARGET)
|
||||||
#add_subdirectory(blas)
|
add_subdirectory(blas)
|
||||||
else()
|
else()
|
||||||
#add_subdirectory(blas EXCLUDE_FROM_ALL)
|
add_subdirectory(blas EXCLUDE_FROM_ALL)
|
||||||
endif()
|
endif()
|
||||||
endif(NOT MSVC)
|
endif(NOT MSVC)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user