enable fortran for cmake

This commit is contained in:
Martin Kroeker 2020-07-09 13:44:25 +02:00 committed by GitHub
parent c502760bef
commit f766024749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
enable_language(Fortran)
enable_testing()
if(MSVC_VERSION)