mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:11:49 +08:00
[sdbus-cpp] update to 1.5.0 (#37775)
This commit is contained in:
parent
867c15f484
commit
ed885a1634
@ -1,14 +0,0 @@
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 7332b23..822a594 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -130,7 +130,7 @@ target_compile_definitions(sdbus-c++-objlib PRIVATE
|
||||
target_include_directories(sdbus-c++-objlib PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
|
||||
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/src>)
|
||||
-if(DEFINED BUILD_SHARED_LIBS)
|
||||
+if(BUILD_SHARED_LIBS)
|
||||
- set_target_properties(sdbus-c++-objlib PROPERTIES POSITION_INDEPENDENT_CODE ${BUILD_SHARED_LIBS})
|
||||
+ set_target_properties(sdbus-c++-objlib PROPERTIES POSITION_INDEPENDENT_CODE ON)
|
||||
endif()
|
||||
if(BUILD_LIBSYSTEMD)
|
||||
add_dependencies(sdbus-c++-objlib LibsystemdBuildProject)
|
@ -4,9 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO Kistler-Group/sdbus-cpp
|
||||
REF "v${VERSION}"
|
||||
SHA512 8f4cb9ae88b1ec0db0bcc27e131fcb9ad8a8bc88e39721b3b73f63e057bae4cd36619894e25114ccddb1a8e6c21db2f80adcabb3263ff5d8b34b72af7563afe2
|
||||
PATCHES
|
||||
pic.patch # can be dropped once https://github.com/Kistler-Group/sdbus-cpp/pull/361 is merged+released
|
||||
SHA512 08dd88f59049c1d0760677561c1a441698e8a154143197e78721ac3ba144ae58f0ad856ca3a718e37d91cd8c83bfdd3bef90d83436adc529c68441283a2a7fbd
|
||||
)
|
||||
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "sdbus-cpp",
|
||||
"version": "1.3.0",
|
||||
"port-version": 1,
|
||||
"version": "1.5.0",
|
||||
"description": "High-level C++ D-Bus library for Linux designed to provide easy-to-use yet powerful API in modern C++",
|
||||
"homepage": "https://github.com/Kistler-Group/sdbus-cpp",
|
||||
"license": "LGPL-2.1",
|
||||
|
@ -7873,8 +7873,8 @@
|
||||
"port-version": 3
|
||||
},
|
||||
"sdbus-cpp": {
|
||||
"baseline": "1.3.0",
|
||||
"port-version": 1
|
||||
"baseline": "1.5.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"sdformat10": {
|
||||
"baseline": "10.0.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "8c914d7e0e5a7ffa13a5059721bdd9bbb95be9e8",
|
||||
"version": "1.5.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "31c0a3bedc3ced9d4ffdeb92b241546f13b9a1fc",
|
||||
"version": "1.3.0",
|
||||
|
Loading…
Reference in New Issue
Block a user