File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,11 @@ vcpkg_cmake_install()
50
50
vcpkg_cmake_config_fixup (CONFIG_PATH lib/cmake/realsense2 )
51
51
if (VCPKG_TARGET_IS_WINDOWS )
52
52
vcpkg_replace_string ("${CURRENT_PACKAGES_DIR} /share/realsense2/realsense2Targets.cmake" "${CURRENT_BUILDTREES_DIR} /${TARGET_TRIPLET} -rel" "\$ {_IMPORT_PREFIX}" )
53
- vcpkg_replace_string ("${CURRENT_PACKAGES_DIR} /share/realsense2/realsense2Targets.cmake" "${CURRENT_BUILDTREES_DIR} /${TARGET_TRIPLET} -dbg" "\$ {_IMPORT_PREFIX}" )
54
-
55
- file (MAKE_DIRECTORY "${CURRENT_PACKAGES_DIR} /common/fw" )
56
- file (INSTALL "${CURRENT_BUILDTREES_DIR} /${TARGET_TRIPLET} -rel/common/fw/fw.res" DESTINATION "${CURRENT_PACKAGES_DIR} /common/fw" )
53
+ if (NOT VCPKG_BUILD_TYPE )
54
+ vcpkg_replace_string ("${CURRENT_PACKAGES_DIR} /share/realsense2/realsense2Targets.cmake" "${CURRENT_BUILDTREES_DIR} /${TARGET_TRIPLET} -dbg" "\$ {_IMPORT_PREFIX}" )
55
+ endif ()
56
+ file (MAKE_DIRECTORY "${CURRENT_PACKAGES_DIR} /common/fw" )
57
+ file (INSTALL "${CURRENT_BUILDTREES_DIR} /${TARGET_TRIPLET} -rel/common/fw/fw.res" DESTINATION "${CURRENT_PACKAGES_DIR} /common/fw" )
57
58
endif ()
58
59
vcpkg_copy_pdbs ()
59
60
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " realsense2" ,
3
3
"version" : " 2.56.2" ,
4
- "port-version" : 1 ,
4
+ "port-version" : 2 ,
5
5
"description" : " Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300)." ,
6
6
"homepage" : " https://github.com/IntelRealSense/librealsense" ,
7
7
"license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 7886
7886
},
7887
7887
"realsense2" : {
7888
7888
"baseline" : " 2.56.2" ,
7889
- "port-version" : 1
7889
+ "port-version" : 2
7890
7890
},
7891
7891
"recast" : {
7892
7892
"baseline" : " deprecated" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"versions" : [
3
+ {
4
+ "git-tree" : " 16b54def1f75d71eb6b30ecc5b33cdcda10ea9e6" ,
5
+ "version" : " 2.56.2" ,
6
+ "port-version" : 2
7
+ },
3
8
{
4
9
"git-tree" : " 3f099d34f5d5bf7b0354e667018c0caae7966229" ,
5
10
"version" : " 2.56.2" ,
You can’t perform that action at this time.
0 commit comments