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-build-error.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-build-error.patch')
| -rw-r--r-- | ports/sqlite-orm/fix-build-error.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/ports/sqlite-orm/fix-build-error.patch b/ports/sqlite-orm/fix-build-error.patch deleted file mode 100644 index ca4e005d4..000000000 --- a/ports/sqlite-orm/fix-build-error.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 5ffbdf3..6debae6 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -39,6 +39,9 @@ set(ProjectName "SqliteOrm")
-
- option(SqliteOrm_BuildTests "Build sqlite_orm unit tests" ON)
-
-+find_package(unofficial-sqlite3 CONFIG REQUIRED)
-+link_libraries(unofficial::sqlite3::sqlite3)
-+
- set(SqliteOrm_INCLUDE "${CMAKE_CURRENT_SOURCE_DIR}/include")
- add_library(sqlite_orm INTERFACE)
-
-@@ -75,7 +78,9 @@ if(SqliteOrm_BuildTests AND BUILD_TESTING)
- add_subdirectory(tests)
- endif()
-
-+if(BUILD_EXAMPLES)
- add_subdirectory(examples)
-+endif()
-
- install(TARGETS sqlite_orm EXPORT "${ProjectName}Targets"
- INCLUDES DESTINATION "${INCLUDE_INSTALL_DIR}" COMPONENT Development
|
