Update gz-cmake3 (#34010)

This commit is contained in:
talregev 2023-10-13 05:34:04 +03:00 committed by GitHub
parent b2f2cd3e4b
commit 98da1aa366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 23 additions and 10 deletions

View File

@ -1,11 +1,11 @@
set(PACKAGE_NAME cmake)
ignition_modular_library(NAME ${PACKAGE_NAME}
REF ${PORT}_${VERSION}
VERSION ${VERSION}
SHA512 99fb6a137b8a913b49e7881e9b2c96ca1ae03fb48cfa30f635a69396ccb0eb108abb8a925fd85dc46f3b10f88758675da53eb6cae3325eabeac5e6bee6f54d91
PATCHES
)
ignition_modular_library(
NAME ${PACKAGE_NAME}
REF ${PORT}_${VERSION}
VERSION ${VERSION}
SHA512 59d6f90561e762c00035aae273420bc3d6a24af47b5d2914cd8547146f63919bc4c3e33e6c0942dc89bc75925cebff1bcbbf18e3239220ebc6bb194326c3197a
)
# Install custom usage
configure_file("${CMAKE_CURRENT_LIST_DIR}/usage" "${CURRENT_PACKAGES_DIR}/share/${PORT}/usage" @ONLY)

View File

@ -1,6 +1,6 @@
{
"name": "gz-cmake3",
"version": "3.0.1",
"version": "3.4.0",
"description": "CMake helper functions for building robotic applications",
"homepage": "https://ignitionrobotics.org/libs/cmake",
"license": null,

View File

@ -15,7 +15,7 @@ vcpkg_cmake_configure(
-DJSONCPP_WITH_CMAKE_PACKAGE=ON
-DBUILD_STATIC_LIBS=${JSONCPP_STATIC}
-DJSONCPP_STATIC_WINDOWS_RUNTIME=${STATIC_CRT}
-DJSONCPP_WITH_PKGCONFIG_SUPPORT=OFF
-DJSONCPP_WITH_PKGCONFIG_SUPPORT=ON
-DJSONCPP_WITH_POST_BUILD_UNITTEST=OFF
-DJSONCPP_WITH_TESTS=OFF
-DJSONCPP_WITH_EXAMPLE=OFF
@ -30,3 +30,5 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
vcpkg_copy_pdbs()
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
vcpkg_fixup_pkgconfig()

View File

@ -1,6 +1,7 @@
{
"name": "jsoncpp",
"version": "1.9.5",
"port-version": 1,
"description": "jsoncpp is an implementation of a JSON reader and writer in C++. JSON (JavaScript Object Notation) is a lightweight data-interchange format that it is easy to parse and redeable for human.",
"homepage": "https://github.com/open-source-parsers/jsoncpp",
"dependencies": [

View File

@ -3133,7 +3133,7 @@
"port-version": 6
},
"gz-cmake3": {
"baseline": "3.0.1",
"baseline": "3.4.0",
"port-version": 0
},
"gz-common5": {
@ -3606,7 +3606,7 @@
},
"jsoncpp": {
"baseline": "1.9.5",
"port-version": 0
"port-version": 1
},
"jsonifier": {
"baseline": "0.9.9",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "04e105aecf5f7805dde15ac905cacb77ffcd3225",
"version": "3.4.0",
"port-version": 0
},
{
"git-tree": "a1a12dbb8647dbc12381aa63fe0c66c48e2b4b31",
"version": "3.0.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0213314186f58bfac60d8dee9895c137291db35d",
"version": "1.9.5",
"port-version": 1
},
{
"git-tree": "ee92c743e235ebd2eda342c656704f20a329bda9",
"version": "1.9.5",