Skip to content

Commit

Permalink
Printing "Found:...." in downstream projects
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt authored and andresailer committed Feb 6, 2024
1 parent 1fbfaab commit 42c73b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/k4geoConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ find_dependency(ROOT REQUIRED COMPONENTS Geom GenVector)
find_dependency(LCIO REQUIRED)

include(${k4geo_CMAKE_DIR}/k4geoConfig-targets.cmake)

include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(k4geo DEFAULT_MSG CMAKE_CURRENT_LIST_FILE)

0 comments on commit 42c73b0

Please sign in to comment.