mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[activemq-cpp] no absolute paths (#24525)
This commit is contained in:
parent
87b258ee6b
commit
4a9ce78d94
@ -38,6 +38,12 @@ if (VCPKG_TARGET_IS_LINUX)
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/include/activemq-cpp-${VERSION}")
|
||||
|
||||
vcpkg_copy_pdbs()
|
||||
|
||||
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/tools/${PORT}/bin/activemqcpp-config" "${CURRENT_INSTALLED_DIR}" "`dirname $0`/../../..")
|
||||
if(NOT VCPKG_BUILD_TYPE)
|
||||
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/tools/${PORT}/debug/bin/activemqcpp-config" "${CURRENT_INSTALLED_DIR}/debug" "`dirname $0`/../../../..")
|
||||
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/tools/${PORT}/debug/bin/activemqcpp-config" "${CURRENT_INSTALLED_DIR}" "`dirname $0`/../../..")
|
||||
endif()
|
||||
else()
|
||||
set(ACTIVEMQCPP_MSVC_PROJ "${SOURCE_PATH}/vs2010-build/activemq-cpp.vcxproj")
|
||||
|
||||
@ -126,5 +132,7 @@ else()
|
||||
vcpkg_clean_msbuild()
|
||||
endif()
|
||||
|
||||
vcpkg_fixup_pkgconfig()
|
||||
|
||||
file(INSTALL "${CURRENT_PORT_DIR}/activemq-cppConfig.cmake" DESTINATION "${CURRENT_PACKAGES_DIR}/share/activemq-cpp")
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "activemq-cpp",
|
||||
"version-semver": "3.9.5",
|
||||
"port-version": 8,
|
||||
"port-version": 9,
|
||||
"description": "Apache ActiveMQ is the most popular and powerful open source messaging and Integration Patterns server.",
|
||||
"supports": "!(uwp | osx)",
|
||||
"dependencies": [
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "4f5d3901f612afe54e714fb14e47d343822e398e",
|
||||
"version-semver": "3.9.5",
|
||||
"port-version": 9
|
||||
},
|
||||
{
|
||||
"git-tree": "ec8c68847a3d3950cec058e76a3963fac34fd682",
|
||||
"version-semver": "3.9.5",
|
||||
|
@ -22,7 +22,7 @@
|
||||
},
|
||||
"activemq-cpp": {
|
||||
"baseline": "3.9.5",
|
||||
"port-version": 8
|
||||
"port-version": 9
|
||||
},
|
||||
"ade": {
|
||||
"baseline": "0.1.1f",
|
||||
|
Loading…
x
Reference in New Issue
Block a user