[f_check] add library directories
This commit is contained in:
parent
2ad344a046
commit
c0f50ced48
|
@ -24,6 +24,9 @@ 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)
|
||||||
|
|
||||||
|
link_directories("C:/Miniconda36-x64/Library")
|
||||||
|
link_directories("C:/Miniconda36-x64/Library/lib")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
if (NOT NO_LAPACK)
|
if (NOT NO_LAPACK)
|
||||||
|
|
Loading…
Reference in New Issue