summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2025-08-04 18:23:30 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2025-08-04 18:23:30 +0100
commit41dab4c71ccb23243ea1b6bc5dbeb94329da1beb (patch)
treeb74b3c8c9e9268a9243bf160b61015323a5f0b5c
parentPedantic only with gcc (diff)
downloadlibdbpp-sqlite-41dab4c71ccb23243ea1b6bc5dbeb94329da1beb.tar.bz2
libdbpp-sqlite-41dab4c71ccb23243ea1b6bc5dbeb94329da1beb.tar.xz
libdbpp-sqlite-41dab4c71ccb23243ea1b6bc5dbeb94329da1beb.zip
Assign an id to the root projectHEADlibdbpp-sqlite-1.4.8main
-rw-r--r--libsqlitepp/Jamfile.jam3
1 files changed, 1 insertions, 2 deletions
diff --git a/libsqlitepp/Jamfile.jam b/libsqlitepp/Jamfile.jam
index 1888eb1..6473a87 100644
--- a/libsqlitepp/Jamfile.jam
+++ b/libsqlitepp/Jamfile.jam
@@ -9,8 +9,7 @@ lib stdc++fs ;
pkg-config.import glibmm : : <name>glibmm-2.68 ;
pkg-config.import sqlite3 : : <name>sqlite3 ;
-project
- : requirements
+project libdbpp-sqlite : requirements
<cxxstd>20
<visibility>hidden
<linkflags>"-Wl,-z,defs,--warn-once,--gc-sections"