Skip to content

Commit

Permalink
deps in pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
erikfrojdh committed Nov 18, 2024
1 parent 13394c3 commit 9ab61ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmake/project-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ include(CMakeFindDependencyMacro)

set(SLS_USE_HDF5 "@SLS_USE_HDF5@")


# List dependencies
find_dependency(Threads)
find_dependency(fmt)
find_dependency(nlohmann_json)

# Add optional dependencies here
if (SLS_USE_HDF5)
Expand Down

0 comments on commit 9ab61ca

Please sign in to comment.