mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 02:38:03 +08:00
[sqlite3] Prepend whitespace to pkgconfig Requires.private string (#41885)
This commit is contained in:
parent
070afacb73
commit
c6841ac593
@ -50,7 +50,7 @@ if(SQLITE_ENABLE_ICU)
|
|||||||
find_package(ICU COMPONENTS uc i18n REQUIRED)
|
find_package(ICU COMPONENTS uc i18n REQUIRED)
|
||||||
target_link_libraries(sqlite3 PRIVATE ICU::uc ICU::i18n)
|
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()
|
endif()
|
||||||
|
|
||||||
if(NOT SQLITE3_SKIP_TOOLS)
|
if(NOT SQLITE3_SKIP_TOOLS)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "sqlite3",
|
"name": "sqlite3",
|
||||||
"version": "3.47.0",
|
"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.",
|
"description": "SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.",
|
||||||
"homepage": "https://sqlite.org/",
|
"homepage": "https://sqlite.org/",
|
||||||
"license": "blessing",
|
"license": "blessing",
|
||||||
|
@ -8598,7 +8598,7 @@
|
|||||||
},
|
},
|
||||||
"sqlite3": {
|
"sqlite3": {
|
||||||
"baseline": "3.47.0",
|
"baseline": "3.47.0",
|
||||||
"port-version": 1
|
"port-version": 2
|
||||||
},
|
},
|
||||||
"sqlitecpp": {
|
"sqlitecpp": {
|
||||||
"baseline": "3.3.2",
|
"baseline": "3.3.2",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "543d6067a10a7ab97a4893997afaee4d34230a27",
|
||||||
|
"version": "3.47.0",
|
||||||
|
"port-version": 2
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "a28f9bb5f7c9a1b985a6ad77d1f3b22e9a543fcb",
|
"git-tree": "a28f9bb5f7c9a1b985a6ad77d1f3b22e9a543fcb",
|
||||||
"version": "3.47.0",
|
"version": "3.47.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user