Skip to content

Commit

Permalink
[sqlite-orm] Update to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trueqbit committed Jan 28, 2023
1 parent d6df62a commit e94d6cf
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 16 deletions.
12 changes: 0 additions & 12 deletions ports/sqlite-orm/fix-features-build-error.patch
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,3 @@ index 2857b659e..3ee46e625 100644
- target_link_libraries(${file_basename} PRIVATE sqlite_orm sqlite3)
+ target_link_libraries(${file_basename} PRIVATE sqlite_orm)
endforeach()
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index f1095b369..2b0d188dd 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -1,5 +1,7 @@
cmake_minimum_required (VERSION 3.2)

+find_package(Catch2 CONFIG REQUIRED)
+
option(SQLITE_ORM_OMITS_CODECVT "Omits codec testing" OFF)

add_executable(unit_tests
4 changes: 2 additions & 2 deletions ports/sqlite-orm/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO fnc12/sqlite_orm
REF v1.8
SHA512 fee858078c8dfcd5dad170b395a458f2fc54702a965236a446efa59e3c38b0feb9bfe4e18ca0b8b35c741af5ea4a3b12aeecf0edf955bcec6b67641742288b42
REF v1.8.1
SHA512 ada0571a5fb5f8eaec24b5046b9b7eb4de4656ebf5b9e413be8e7348d2169b34111a423c8af3128baaed48dbc945bbce0b1794527f737818b1c9153a13bbcb9a
HEAD_REF master
PATCHES
fix-features-build-error.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/sqlite-orm/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sqlite-orm",
"version": "1.8.0",
"version": "1.8.1",
"description": "SQLite ORM light header only library for modern C++",
"homepage": "https://github.com/fnc12/sqlite_orm",
"license": "AGPL-3.0 OR MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7309,7 +7309,7 @@
"port-version": 1
},
"sqlite-orm": {
"baseline": "1.8.0",
"baseline": "1.8.1",
"port-version": 0
},
"sqlite3": {
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/sqlite-orm.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a120f5c5e79bdce818865ccfe2883c8e5296aaeb",
"version": "1.8.1",
"port-version": 0
},
{
"git-tree": "a264108d68b73d47e82f31984be134b7c0d73b85",
"version": "1.8.0",
Expand Down

0 comments on commit e94d6cf

Please sign in to comment.