Browse Source

[f_check] add library directories

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

+ 3
- 0
cmake/f_check.cmake View File

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


Loading…
Cancel
Save