From 2ad344a046ecb4352856765182ffc20708290f59 Mon Sep 17 00:00:00 2001 From: xoviat Date: Thu, 2 Nov 2017 13:06:40 -0500 Subject: [PATCH] [cmake] remove force compiler --- cmake/f_check.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/f_check.cmake b/cmake/f_check.cmake index 4848553d9..e1820bb51 100644 --- a/cmake/f_check.cmake +++ b/cmake/f_check.cmake @@ -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)