[realsense2] no absolute paths (#23778)

This commit is contained in:
autoantwort 2022-03-28 22:23:46 +02:00 committed by GitHub
parent e446b36db2
commit 38ea776249
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 1 deletions

View File

@ -49,6 +49,7 @@ vcpkg_cmake_install()
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/realsense2)
if(VCPKG_TARGET_IS_WINDOWS)
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/share/realsense2/realsense2Targets.cmake" "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel" "\${_IMPORT_PREFIX}")
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/share/realsense2/realsense2Targets.cmake" "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-dbg" "\${_IMPORT_PREFIX}")
endif()
vcpkg_copy_pdbs()

View File

@ -1,8 +1,10 @@
{
"name": "realsense2",
"version": "2.50.0",
"port-version": 1,
"description": "Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300).",
"homepage": "https://github.com/IntelRealSense/librealsense",
"license": "Apache-2.0",
"dependencies": [
{
"name": "libusb",

View File

@ -6102,7 +6102,7 @@
},
"realsense2": {
"baseline": "2.50.0",
"port-version": 0
"port-version": 1
},
"recast": {
"baseline": "1.5.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1b967b8979ae93b95b16a7021348e04f534f28c0",
"version": "2.50.0",
"port-version": 1
},
{
"git-tree": "310025edf50886cce00c7864f6f21d1eda53b51b",
"version": "2.50.0",