Skip to content

Commit

Permalink
[sqlite3] Prepend whitespace to pkgconfig Requires.private string (mi…
Browse files Browse the repository at this point in the history
  • Loading branch information
Poldraunic authored Nov 1, 2024
1 parent 070afac commit c6841ac
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/sqlite3/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if(SQLITE_ENABLE_ICU)
find_package(ICU COMPONENTS uc i18n REQUIRED)
target_link_libraries(sqlite3 PRIVATE ICU::uc ICU::i18n)

string(APPEND PKGCONFIG_REQUIRES_PRIVATE "icu-uc icu-i18n")
string(APPEND PKGCONFIG_REQUIRES_PRIVATE " icu-uc icu-i18n")
endif()

if(NOT SQLITE3_SKIP_TOOLS)
Expand Down
2 changes: 1 addition & 1 deletion ports/sqlite3/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sqlite3",
"version": "3.47.0",
"port-version": 1,
"port-version": 2,
"description": "SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.",
"homepage": "https://sqlite.org/",
"license": "blessing",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8598,7 +8598,7 @@
},
"sqlite3": {
"baseline": "3.47.0",
"port-version": 1
"port-version": 2
},
"sqlitecpp": {
"baseline": "3.3.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/sqlite3.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "543d6067a10a7ab97a4893997afaee4d34230a27",
"version": "3.47.0",
"port-version": 2
},
{
"git-tree": "a28f9bb5f7c9a1b985a6ad77d1f3b22e9a543fcb",
"version": "3.47.0",
Expand Down

0 comments on commit c6841ac

Please sign in to comment.