mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 13:49:39 +08:00
[realsense2] Fix tools installation issue (#10403)
This commit is contained in:
parent
5e24dfc88a
commit
1312cb19d6
@ -1,5 +1,5 @@
|
||||
Source: realsense2
|
||||
Version: 2.30.0
|
||||
Version: 2.30.0-1
|
||||
Homepage: https://github.com/IntelRealSense/librealsense
|
||||
Description: Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300).
|
||||
|
||||
|
@ -76,8 +76,10 @@ endif()
|
||||
|
||||
|
||||
if(BUILD_OPENNI2_BINDINGS)
|
||||
file(COPY ${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel/_out/rs2driver*
|
||||
DESTINATION ${CURRENT_PACKAGES_DIR}/tools/openni2/OpenNI2/Drivers)
|
||||
file(GLOB RS2DRIVER ${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel/_out/rs2driver*)
|
||||
if(RS2DRIVER)
|
||||
file(COPY ${RS2DRIVER} DESTINATION ${CURRENT_PACKAGES_DIR}/tools/openni2/OpenNI2/Drivers)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
||||
|
Loading…
Reference in New Issue
Block a user