mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:59:10 +08:00
76b55aaf7c
* 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>
13 lines
426 B
Diff
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)
|