lower GSL version requirement for compatibility with more (Linux) systems

This commit is contained in:
Axel Kohlmeyer
2024-07-30 15:20:48 -04:00
parent b6834f33c0
commit 701280a648

View File

@ -1,2 +1,2 @@
find_package(GSL 2.7 REQUIRED) find_package(GSL 2.6 REQUIRED)
target_link_libraries(lammps PRIVATE GSL::gsl) target_link_libraries(lammps PRIVATE GSL::gsl)