Browse Source

Allow using compilers other than gfortran in conjunction with

MSVC or clang-cl.
tags/v0.3.0
Ian Henriksen 8 years ago
parent
commit
632fc75d77
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      cmake/f_check.cmake

+ 0
- 6
cmake/f_check.cmake View File

@@ -20,12 +20,6 @@
# NEEDBUNDERSCORE
# NEED2UNDERSCORES

if (MSVC)
# had to do this for MSVC, else CMake automatically assumes I have ifort... -hpa
include(CMakeForceCompiler)
CMAKE_FORCE_Fortran_COMPILER(gfortran GNU)
endif ()

if (NOT NO_LAPACK)
enable_language(Fortran)
else()


Loading…
Cancel
Save