Skip to content

Commit

Permalink
[libodb-pqsql] Control C++ standard
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt committed Dec 29, 2023
1 parent d16d3e1 commit 0a35769
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions ports/libodb-pgsql/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
cmake_minimum_required(VERSION 3.0)
project(libodb-pgsql VERSION 2.4.0 LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 11) # 17 removes 'auto_ptr'
find_package(odb 2.4.0 REQUIRED COMPONENTS libodb)
find_package(PostgreSQL REQUIRED)
configure_file(config.unix.h.in
Expand Down
2 changes: 1 addition & 1 deletion ports/libodb-pgsql/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "libodb-pgsql",
"version": "2.4.0",
"port-version": 7,
"port-version": 8,
"description": "Description: PostgreSQL support for the ODB ORM library",
"homepage": "https://www.codesynthesis.com/products/odb/",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4610,7 +4610,7 @@
},
"libodb-pgsql": {
"baseline": "2.4.0",
"port-version": 7
"port-version": 8
},
"libodb-sqlite": {
"baseline": "2.4.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libodb-pgsql.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "052d127643b92d10de1f4b1f5884787c4bafa92b",
"version": "2.4.0",
"port-version": 8
},
{
"git-tree": "793728785becb5235725430c432d1acfb9496cdb",
"version": "2.4.0",
Expand Down

0 comments on commit 0a35769

Please sign in to comment.