Adds new CMake Options for controlling build components.

This commit is contained in:
Antonio Sánchez
2022-03-05 05:49:45 +00:00
parent b2ee235a4b
commit cf82186416
3 changed files with 13 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
project(EigenBlas CXX)
if(EIGEN_BUILD_BLAS)
include(CheckLanguage)
check_language(Fortran)
if(CMAKE_Fortran_COMPILER)
@@ -59,4 +60,4 @@ if(EIGEN_BUILD_TESTING)
endif()
endif()
endif()