Browse Source

enable fortran for cmake

tags/v0.3.11^2
Martin Kroeker GitHub 5 years ago
parent
commit
f766024749
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      lapack-netlib/TESTING/CMakeLists.txt

+ 2
- 0
lapack-netlib/TESTING/CMakeLists.txt View File

@@ -1,3 +1,5 @@
enable_language(Fortran)

enable_testing()

if(MSVC_VERSION)


Loading…
Cancel
Save