diff options
Diffstat (limited to 'vcpkg/ports/oatpp-sqlite/fix-usage.patch')
| -rw-r--r-- | vcpkg/ports/oatpp-sqlite/fix-usage.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg/ports/oatpp-sqlite/fix-usage.patch b/vcpkg/ports/oatpp-sqlite/fix-usage.patch new file mode 100644 index 0000000..eeec7ad --- /dev/null +++ b/vcpkg/ports/oatpp-sqlite/fix-usage.patch @@ -0,0 +1,14 @@ +diff --git a/cmake/module-config.cmake.in b/cmake/module-config.cmake.in +index 5cc12b0..5d94df8 100644 +--- a/cmake/module-config.cmake.in ++++ b/cmake/module-config.cmake.in +@@ -1,5 +1,9 @@ + @PACKAGE_INIT@ + ++include(CMakeFindDependencyMacro) ++find_dependency(oatpp CONFIG) ++find_dependency(unofficial-sqlite3 CONFIG) ++ + if(NOT TARGET oatpp::@OATPP_MODULE_NAME@) + include("${CMAKE_CURRENT_LIST_DIR}/@OATPP_MODULE_NAME@Targets.cmake") + endif() |