Skip to content

Commit

Permalink
Properly declare the fmt dependency to downstream
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jan 24, 2025
1 parent 2f9f701 commit 8c7de73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ print(my_opts[0].foo)

* EDM4HEP

* fmt

## Installation and downstream usage.

k4FWCore is a CMake project. After setting up the dependencies (use for example `source /cvmfs/sw.hsf.org/key4hep/setup.sh`)
Expand Down
1 change: 1 addition & 0 deletions cmake/k4FWCoreConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ find_dependency(podio @podio_VERSION@)
find_dependency(Gaudi @Gaudi_VERSION@)
find_dependency(EDM4HEP @EDM4HEP_VERSION@)
find_dependency(ROOT @ROOT_VERSION@ COMPONENTS RIO Tree)
find_dependency(fmt @fmt_VERSION@)

if(NOT TARGET k4FWCore::k4FWCore)
include("${CMAKE_CURRENT_LIST_DIR}/k4FWCoreTargets.cmake")
Expand Down

0 comments on commit 8c7de73

Please sign in to comment.