include CheckLanguage module

This commit is contained in:
Martin Kroeker 2020-07-16 22:36:35 +00:00 committed by GitHub
parent a847d00366
commit 9d000ecaa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
# NEED2UNDERSCORES
if (NOT NO_LAPACK)
include(CheckLanguage)
check_language(Fortran)
if(CMAKE_Fortran_COMPILER)
enable_language(Fortran)