vcpkg/ports/restinio/fix-cmake-config.diff
Kai Pastor 76b55aaf7c
[restinio] Update, fix exported config, fix build warnings (#30655)
* RESTinio updated to v.0.6.18.

* Baseline updated for RESTinio-0.6.18.

* [restinio] Fixup config requirements

* [restinio] Revise build/install

---------

Co-authored-by: Yauheni Akhotnikau <eao197@gmail.com>
2023-04-04 21:34:28 -07:00

13 lines
426 B
Diff

diff --git a/dev/restinio/cmake/restinio-config.cmake.in b/dev/restinio/cmake/restinio-config.cmake.in
index b8df667..02db4d8 100644
--- a/dev/restinio/cmake/restinio-config.cmake.in
+++ b/dev/restinio/cmake/restinio-config.cmake.in
@@ -1,3 +1,7 @@
@PACKAGE_INIT@
+include(CMakeFindDependencyMacro)
+find_dependency(unofficial-http-parser)
+find_dependency(fmt)
+
include(${CMAKE_CURRENT_LIST_DIR}/restinio-targets.cmake)