mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 15:28:02 +08:00
[realsense2] no absolute paths (#23778)
This commit is contained in:
parent
e446b36db2
commit
38ea776249
@ -49,6 +49,7 @@ vcpkg_cmake_install()
|
|||||||
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/realsense2)
|
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/realsense2)
|
||||||
if(VCPKG_TARGET_IS_WINDOWS)
|
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}-rel" "\${_IMPORT_PREFIX}")
|
||||||
|
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/share/realsense2/realsense2Targets.cmake" "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-dbg" "\${_IMPORT_PREFIX}")
|
||||||
endif()
|
endif()
|
||||||
vcpkg_copy_pdbs()
|
vcpkg_copy_pdbs()
|
||||||
|
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "realsense2",
|
"name": "realsense2",
|
||||||
"version": "2.50.0",
|
"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).",
|
"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",
|
"homepage": "https://github.com/IntelRealSense/librealsense",
|
||||||
|
"license": "Apache-2.0",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
{
|
{
|
||||||
"name": "libusb",
|
"name": "libusb",
|
||||||
|
@ -6102,7 +6102,7 @@
|
|||||||
},
|
},
|
||||||
"realsense2": {
|
"realsense2": {
|
||||||
"baseline": "2.50.0",
|
"baseline": "2.50.0",
|
||||||
"port-version": 0
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"recast": {
|
"recast": {
|
||||||
"baseline": "1.5.1",
|
"baseline": "1.5.1",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "1b967b8979ae93b95b16a7021348e04f534f28c0",
|
||||||
|
"version": "2.50.0",
|
||||||
|
"port-version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "310025edf50886cce00c7864f6f21d1eda53b51b",
|
"git-tree": "310025edf50886cce00c7864f6f21d1eda53b51b",
|
||||||
"version": "2.50.0",
|
"version": "2.50.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user