aboutsummaryrefslogtreecommitdiff
path: root/ports/sqlitecpp/fix_dependency.patch
diff options
context:
space:
mode:
authorBilly Robert O'Neal III <bion@microsoft.com>2020-08-28 16:31:27 -0700
committerBilly Robert O'Neal III <bion@microsoft.com>2020-08-28 16:31:27 -0700
commitc828f3634723996e6031fb2e3c3d1ac3f4de0cad (patch)
treeb3fe00a043d5b9351868a0d1f8aead41bb52d2be /ports/sqlitecpp/fix_dependency.patch
parent6635a2fa596ca457565eebc2a45664309cd24d77 (diff)
parentf3f329a048eaff759c1992c458f2e12351486bc7 (diff)
downloadvcpkg-c828f3634723996e6031fb2e3c3d1ac3f4de0cad.tar.gz
vcpkg-c828f3634723996e6031fb2e3c3d1ac3f4de0cad.zip
Merge remote-tracking branch 'origin/master' into HEADupdate-geos-381
Diffstat (limited to 'ports/sqlitecpp/fix_dependency.patch')
-rw-r--r--ports/sqlitecpp/fix_dependency.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/ports/sqlitecpp/fix_dependency.patch b/ports/sqlitecpp/fix_dependency.patch
new file mode 100644
index 000000000..435061c02
--- /dev/null
+++ b/ports/sqlitecpp/fix_dependency.patch
@@ -0,0 +1,11 @@
+diff --git a/cmake/SQLiteCppConfig.cmake.in b/cmake/SQLiteCppConfig.cmake.in
+index 82c32db..a485ad8 100644
+--- a/cmake/SQLiteCppConfig.cmake.in
++++ b/cmake/SQLiteCppConfig.cmake.in
+@@ -1,5 +1,5 @@
+ include(CMakeFindDependencyMacro)
+-find_dependency(SQLite3)
++find_dependency(unofficial-sqlite3)
+
+ @PACKAGE_INIT@
+