Unverified Commit e5360bb6 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

Merge remote-tracking branch 'github/cmake_latte_link_fix' into collected-small-changes

parents 758a27c1 5308b00c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -35,5 +35,6 @@ else()
  if(NOT LATTE_FOUND)
    message(FATAL_ERROR "LATTE library not found, help CMake to find it by setting LATTE_LIBRARY, or set DOWNLOAD_LATTE=ON to download it")
  endif()
  target_link_libraries(lammps PRIVATE LATTE::latte)
  # latte needs lapack
  target_link_libraries(lammps PRIVATE LATTE::latte ${LAPACK_LIBRARIES})
endif()