link QUIP against LAPACK_LIB too

This commit is contained in:
Christoph Junghans 2017-08-27 07:13:55 -06:00
parent 47f16c0d70
commit b7ec720f91
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ endif()
if(ENABLE_USER-QUIP)
find_package(QUIP REQUIRED)
list(APPEND LAMMPS_LINK_LIBS ${QUIP_LIBRARIES} ${CMAKE_Fortran_IMPLICIT_LINK_LIBRARIES})
list(APPEND LAMMPS_LINK_LIBS ${QUIP_LIBRARIES} ${LAPACK_LIBRARIES} ${CMAKE_Fortran_IMPLICIT_LINK_LIBRARIES})
endif()
if(ENABLE_USER-QMMM)