vcpkg/ports/libspng/fix-spngconfig-cmake.patch
FantasqueX 7bb78b3f15
[libspng]: New port (#35412)
* [libspng]: New port

* fix usage

* update version
2023-12-01 02:08:05 -08:00

12 lines
314 B
Diff

diff --git a/cmake/Config.cmake.in b/cmake/Config.cmake.in
index d0123db..5756179 100644
--- a/cmake/Config.cmake.in
+++ b/cmake/Config.cmake.in
@@ -1,5 +1,6 @@
@PACKAGE_INIT@
+include(CMakeFindDependencyMacro)
find_dependency(ZLIB REQUIRED)
include("${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake")