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-test-feature.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-test-feature.patch')
| -rw-r--r-- | ports/sqlite-orm/fix-test-feature.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/ports/sqlite-orm/fix-test-feature.patch b/ports/sqlite-orm/fix-test-feature.patch deleted file mode 100644 index 2f8259384..000000000 --- a/ports/sqlite-orm/fix-test-feature.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
-index 578cbed..c1c6d56 100644
---- a/tests/CMakeLists.txt
-+++ b/tests/CMakeLists.txt
-@@ -4,11 +4,11 @@ option(SQLITE_ORM_OMITS_CODECVT "Omits codec testing" OFF)
-
- option(SqliteOrm_SysSqlite "Use system version of sqlite library" OFF)
-
--if(SqliteOrm_SysSqlite)
-- message(FATAL_ERROR "WIP: please, disable the SqliteOrm_SysSqlite option.")
--else()
-- add_subdirectory(third_party/sqlite)
--endif()
-+#if(SqliteOrm_SysSqlite)
-+# message(FATAL_ERROR "WIP: please, disable the SqliteOrm_SysSqlite option.")
-+#else()
-+# add_subdirectory(third_party/sqlite)
-+#endif()
-
- add_executable(unit_tests tests.cpp tests2.cpp tests3.cpp tests4.cpp tests4.cpp private_getters_tests.cpp pragma_tests.cpp explicit_columns.cpp core_functions_tests.cpp composite_key.cpp static_tests.cpp operators.cpp operators/like.cpp operators/glob.cpp operators/in.cpp operators/cast.cpp operators/is_null.cpp dynamic_order_by.cpp prepared_statement_tests/select.cpp prepared_statement_tests/get_all.cpp prepared_statement_tests/get_all_pointer.cpp prepared_statement_tests/get_all_optional.cpp prepared_statement_tests/update_all.cpp prepared_statement_tests/remove_all.cpp prepared_statement_tests/get.cpp prepared_statement_tests/get_pointer.cpp prepared_statement_tests/get_optional.cpp prepared_statement_tests/update.cpp prepared_statement_tests/remove.cpp prepared_statement_tests/insert.cpp prepared_statement_tests/replace.cpp prepared_statement_tests/insert_range.cpp prepared_statement_tests/replace_range.cpp prepared_statement_tests/insert_explicit.cpp pragma_tests.cpp simple_query.cpp static_tests/is_bindable.cpp static_tests/arithmetic_operators_result_type.cpp static_tests/tuple_conc.cpp static_tests/node_tuple.cpp static_tests/bindable_filter.cpp static_tests/count_tuple.cpp constraints/default.cpp constraints/foreign_key.cpp)
-
-@@ -19,7 +19,7 @@ if(SQLITE_ORM_OMITS_CODECVT)
- endif()
-
- find_package(Catch2 REQUIRED)
--target_link_libraries(unit_tests PRIVATE sqlite_orm sqlite3 Catch2::Catch2)
-+target_link_libraries(unit_tests PRIVATE sqlite_orm Catch2::Catch2)
-
- enable_testing()
-
|
