Files
lammps/cmake/Modules/Packages/RHEO.cmake

3 lines
78 B
CMake

find_package(GSL 2.7 REQUIRED)
target_link_libraries(lammps PRIVATE GSL::gsl)