[cmake] remove force compiler

This commit is contained in:
xoviat 2017-11-02 13:06:40 -05:00 committed by GitHub
parent b498dada26
commit 2ad344a046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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