diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2021-01-11 16:06:54 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-11 00:06:54 -0800 |
| commit | 7959513538066f8d22d54942d098c65c8d0990e1 (patch) | |
| tree | c02685048c3220e1d2b742d34fa3059f3a2ec7b0 /ports/sqlite-orm/fix-dependency.patch | |
| parent | 56e1606ea05dc9e51548256d6a4474564e226ffa (diff) | |
| download | vcpkg-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.patch | 10 |
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) |
