We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ca6a4 commit 95c8fd4Copy full SHA for 95c8fd4
YOMM2Config.cmake renamed to cmake/YOMM2Config.cmake.in
@@ -1,7 +1,11 @@
1
+@PACKAGE_INIT@
2
+
3
include(CMakeFindDependencyMacro)
4
5
+# Tell library users about the Boost dependency
6
find_dependency(Boost 1.74... REQUIRED)
7
8
+# Add the targets file
9
include("${CMAKE_CURRENT_LIST_DIR}/YOMM2Targets.cmake")
10
11
check_required_components(YOMM2)
0 commit comments