From c0f50ced4818228163ae398ab00ca0fef71216fa Mon Sep 17 00:00:00 2001 From: xoviat Date: Sat, 4 Nov 2017 16:15:21 -0500 Subject: [PATCH] [f_check] add library directories --- cmake/f_check.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmake/f_check.cmake b/cmake/f_check.cmake index e1820bb51..fad4b2020 100644 --- a/cmake/f_check.cmake +++ b/cmake/f_check.cmake @@ -24,6 +24,9 @@ if (MSVC) # had to do this for MSVC, else CMake automatically assumes I have ifort... -hpa # include(CMakeForceCompiler) # CMAKE_FORCE_Fortran_COMPILER(gfortran GNU) + + link_directories("C:/Miniconda36-x64/Library") + link_directories("C:/Miniconda36-x64/Library/lib") endif () if (NOT NO_LAPACK)