diff options
| author | chausner <15180557+chausner@users.noreply.github.com> | 2021-09-28 06:06:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-27 21:06:58 -0700 |
| commit | 30e34df2a83acb9dceae2c829993aa18e758318f (patch) | |
| tree | e9fc8330d7ea66857c64c1764205f0b6e2f250f2 /ports/cppmicroservices | |
| parent | 855b12bf6c762b6ec05d0115d8a8d9e911780424 (diff) | |
| download | vcpkg-30e34df2a83acb9dceae2c829993aa18e758318f.tar.gz vcpkg-30e34df2a83acb9dceae2c829993aa18e758318f.zip | |
[cppmicroservices] Update to 3.6.0 (#20375)
* Update cppmicroservices to 3.6.0
* Update CI baseline
* delete Remove double quotes
* update version
Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
Diffstat (limited to 'ports/cppmicroservices')
| -rw-r--r-- | ports/cppmicroservices/portfile.cmake | 14 | ||||
| -rw-r--r-- | ports/cppmicroservices/vcpkg.json | 3 |
2 files changed, 8 insertions, 9 deletions
diff --git a/ports/cppmicroservices/portfile.cmake b/ports/cppmicroservices/portfile.cmake index 47c209a87..f8f94aec1 100644 --- a/ports/cppmicroservices/portfile.cmake +++ b/ports/cppmicroservices/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH - REPO "CppMicroServices/CppMicroservices" - REF b4d3d404df01d67dfd7fc36111bc5de50e1b89d6 # v3.4.0 - SHA512 b4a55f7c86cae25e936a237108b82824458b123fa1c14d4e0218c72c444a6d7f0db8900409af321225ec818f5691894b01fd311c606463386e7ce8e81e3656c8 + REPO CppMicroServices/CppMicroservices + REF v3.6.0 + SHA512 C1407E1D3C2FD31675C32D8C00F7D005C09B03A835D5B09411B0043DDEAF5E3A1A0C7A5FA34FA04D5A643169D222D0E8D3A3C31CDA69FB64CDF1A8CCA276BE18 HEAD_REF development PATCHES werror.patch @@ -11,8 +11,8 @@ vcpkg_from_github( ) vcpkg_configure_cmake( - SOURCE_PATH ${SOURCE_PATH} - PREFER_NINJA # Disable this option if project cannot be built with Ninja + SOURCE_PATH "${SOURCE_PATH}" + PREFER_NINJA OPTIONS -DTOOLS_INSTALL_DIR:STRING=tools/cppmicroservices -DAUXILIARY_INSTALL_DIR:STRING=share/cppmicroservices @@ -21,12 +21,12 @@ vcpkg_configure_cmake( vcpkg_install_cmake() -file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) +file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") vcpkg_fixup_cmake_targets() # Handle copyright -file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) +file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) # CppMicroServices uses a custom resource compiler to compile resources # the zipped resources are then appended to the target which cause the linker to crash diff --git a/ports/cppmicroservices/vcpkg.json b/ports/cppmicroservices/vcpkg.json index 1c28245eb..1ddf09e6e 100644 --- a/ports/cppmicroservices/vcpkg.json +++ b/ports/cppmicroservices/vcpkg.json @@ -1,7 +1,6 @@ { "name": "cppmicroservices", - "version-string": "3.4.0", - "port-version": 3, + "version": "3.6.0", "description": "An OSGi-like C++ dynamic module system and service registry", "homepage": "https://github.com/CppMicroServices/CppMicroServices", "dependencies": [ |
