mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-11 19:29:02 +08:00
disable blas if C++ compiler is MSVC
This commit is contained in:
parent
efdf2e4056
commit
a21d56b766
@ -294,11 +294,13 @@ add_subdirectory(unsupported)
|
|||||||
|
|
||||||
add_subdirectory(demos EXCLUDE_FROM_ALL)
|
add_subdirectory(demos EXCLUDE_FROM_ALL)
|
||||||
|
|
||||||
|
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)
|
||||||
|
|
||||||
# must be after test and unsupported, for configuring buildtests.in
|
# must be after test and unsupported, for configuring buildtests.in
|
||||||
add_subdirectory(scripts EXCLUDE_FROM_ALL)
|
add_subdirectory(scripts EXCLUDE_FROM_ALL)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user