From 9ab61cac4e8708675964b2d7f5a489de74b9a8a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Fr=C3=B6jdh?= Date: Mon, 18 Nov 2024 11:47:26 +0100 Subject: [PATCH] deps in pkg --- cmake/project-config.cmake.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cmake/project-config.cmake.in b/cmake/project-config.cmake.in index 38f8e217..793a373f 100644 --- a/cmake/project-config.cmake.in +++ b/cmake/project-config.cmake.in @@ -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)