mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-01-30 17:34:55 +01:00
deps in pkg
This commit is contained in:
@@ -12,8 +12,10 @@ include(CMakeFindDependencyMacro)
|
|||||||
|
|
||||||
set(SLS_USE_HDF5 "@SLS_USE_HDF5@")
|
set(SLS_USE_HDF5 "@SLS_USE_HDF5@")
|
||||||
|
|
||||||
|
# List dependencies
|
||||||
find_dependency(Threads)
|
find_dependency(Threads)
|
||||||
|
find_dependency(fmt)
|
||||||
|
find_dependency(nlohmann_json)
|
||||||
|
|
||||||
# Add optional dependencies here
|
# Add optional dependencies here
|
||||||
if (SLS_USE_HDF5)
|
if (SLS_USE_HDF5)
|
||||||
|
|||||||
Reference in New Issue
Block a user