diff options
| author | Phoebe <20694052+PhoebeHui@users.noreply.github.com> | 2020-08-24 10:57:38 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-24 10:57:38 -0700 |
| commit | 07202400517148178343139d9f9daf3ae1ef8d31 (patch) | |
| tree | c7faffce16bc5b8f1dbd8ed5554aacdd22c456ef /ports/sqlitecpp/fix_dependency.patch | |
| parent | 723a5c2199fc8d452ce3b7c59778fc570633bcbf (diff) | |
| download | vcpkg-07202400517148178343139d9f9daf3ae1ef8d31.tar.gz vcpkg-07202400517148178343139d9f9daf3ae1ef8d31.zip | |
[sqlitecpp] Fix dependency port (#13108)
Diffstat (limited to 'ports/sqlitecpp/fix_dependency.patch')
| -rw-r--r-- | ports/sqlitecpp/fix_dependency.patch | 11 |
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@
+
|
