Adds new CMake Options for controlling build components.

(cherry picked from commit cf82186416)
This commit is contained in:
Antonio Sánchez
2022-03-05 05:49:45 +00:00
committed by Antonio Sanchez
parent 208e44c979
commit 75ebef26b6
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(BUILD_TESTING)
endif()
endif()
endif()