Browse Source

Update CMakeLists.txt

pull/3357/head
Martin Kroeker GitHub 4 years ago
parent
commit
1e03613cfc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      CMakeLists.txt

+ 1
- 0
CMakeLists.txt View File

@@ -4,6 +4,7 @@

cmake_minimum_required(VERSION 2.8.5)
project(OpenBLAS C ASM)
include(CheckLanguage)
check_language(Fortran)
if(CMAKE_Fortran_COMPILER)
enable_language(Fortran)


Loading…
Cancel
Save