mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
remove the MSVC specific blas/lapack option
This commit is contained in:
@@ -343,16 +343,6 @@ else()
|
|||||||
add_subdirectory(test EXCLUDE_FROM_ALL)
|
add_subdirectory(test EXCLUDE_FROM_ALL)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# The flag below can be removed when the CMake issue
|
|
||||||
# http://public.kitware.com/Bug/view.php?id=9220
|
|
||||||
# is fixed and when the cmake_minimum_required(VERSION ...)
|
|
||||||
# is accordingly adapted.
|
|
||||||
if(MSVC)
|
|
||||||
set(EIGEN_BUILD_BLAS_LAPACK FALSE CACHE BOOL "Activates blas and lapack subfolders inclusion.")
|
|
||||||
else()
|
|
||||||
set(EIGEN_BUILD_BLAS_LAPACK TRUE CACHE BOOL "Activates blas and lapack subfolders inclusion.")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(EIGEN_BUILD_BLAS_LAPACK)
|
if(EIGEN_BUILD_BLAS_LAPACK)
|
||||||
if(EIGEN_LEAVE_TEST_IN_ALL_TARGET)
|
if(EIGEN_LEAVE_TEST_IN_ALL_TARGET)
|
||||||
add_subdirectory(blas)
|
add_subdirectory(blas)
|
||||||
|
|||||||
Reference in New Issue
Block a user