Skip to content
Snippets Groups Projects
Commit 563187c3 authored by Francois Bleibel's avatar Francois Bleibel
Browse files

Added gfortran as a link library.

parent 0aa8b74e
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,9 @@ IF(LAPACK_FOUND)
LIST(APPEND ${PROJECT_NAME}_LINK_SRC_FLAGS ${lapack_lib})
LIST(APPEND ${PROJECT_NAME}_LINK_FLAGS ${lapack_lib})
endforeach(lapack_lib)
IF (LINUX)
LIST(APPEND ${PROJECT_NAME}_LINK_FLAGS -lgfortran)
ENDIF(LINUX)
IF (WIN32)
LIST(APPEND ${PROJECT_NAME}_CXX_FLAGS "-DBOOST_NUMERIC_BINDINGS_USE_CLAPACK" )
ENDIF (WIN32)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment