Allow using compilers other than gfortran in conjunction with

MSVC or clang-cl.
This commit is contained in:
Ian Henriksen 2017-11-06 14:39:12 -06:00
parent ab87ee6b48
commit 632fc75d77
1 changed files with 0 additions and 6 deletions

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()