aboutsummaryrefslogtreecommitdiff
path: root/ports/sqlite-orm/fix-dependency.patch
diff options
context:
space:
mode:
authorNancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>2021-01-11 16:06:54 +0800
committerGitHub <noreply@github.com>2021-01-11 00:06:54 -0800
commit7959513538066f8d22d54942d098c65c8d0990e1 (patch)
treec02685048c3220e1d2b742d34fa3059f3a2ec7b0 /ports/sqlite-orm/fix-dependency.patch
parent56e1606ea05dc9e51548256d6a4474564e226ffa (diff)
downloadvcpkg-7959513538066f8d22d54942d098c65c8d0990e1.tar.gz
vcpkg-7959513538066f8d22d54942d098c65c8d0990e1.zip
[sqlite-orm] Update to 1.6 (#15517)
* [sqlite-orm] Update to 1.6 * Removed unused FEATURE_PATCHES * Add vcpkg_fixup_cmake_targets() * Update patch
Diffstat (limited to 'ports/sqlite-orm/fix-dependency.patch')
-rw-r--r--ports/sqlite-orm/fix-dependency.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/ports/sqlite-orm/fix-dependency.patch b/ports/sqlite-orm/fix-dependency.patch
new file mode 100644
index 000000000..7372d67fe
--- /dev/null
+++ b/ports/sqlite-orm/fix-dependency.patch
@@ -0,0 +1,10 @@
+diff --git a/cmake/SqliteOrmConfig.cmake.in b/cmake/SqliteOrmConfig.cmake.in
+index e0635d2..30403cd 100644
+--- a/cmake/SqliteOrmConfig.cmake.in
++++ b/cmake/SqliteOrmConfig.cmake.in
+@@ -1,4 +1,4 @@
+ include(CMakeFindDependencyMacro)
+-find_dependency(SQLite3)
++find_dependency(unofficial-sqlite3)
+
+ include(${CMAKE_CURRENT_LIST_DIR}/SqliteOrmTargets.cmake)