Browse Source

[cmake] remove force compiler

pull/1345/head
xoviat GitHub 8 years ago
parent
commit
2ad344a046
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      cmake/f_check.cmake

+ 2
- 2
cmake/f_check.cmake View File

@@ -22,8 +22,8 @@

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

if (NOT NO_LAPACK)


Loading…
Cancel
Save