Skip to content

Commit

Permalink
bring back YOMM2Config.cmake - another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
jll63 committed Nov 10, 2024
1 parent 14ca6a4 commit 95c8fd4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions YOMM2Config.cmake → cmake/YOMM2Config.cmake.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
@PACKAGE_INIT@

include(CMakeFindDependencyMacro)

# Tell library users about the Boost dependency
find_dependency(Boost 1.74... REQUIRED)

# Add the targets file
include("${CMAKE_CURRENT_LIST_DIR}/YOMM2Targets.cmake")

check_required_components(YOMM2)

0 comments on commit 95c8fd4

Please sign in to comment.