Skip to content

Commit 895d7a3

Browse files
committed
Update SDK version to v2.4.8
1 parent 80498d9 commit 895d7a3

File tree

10 files changed

+6
-6
lines changed

10 files changed

+6
-6
lines changed

orbbec_camera/SDK/lib/arm64/OrbbecSDKConfig-release.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ set(CMAKE_IMPORT_FILE_VERSION 1)
88
# Import target "ob::OrbbecSDK" for configuration "Release"
99
set_property(TARGET ob::OrbbecSDK APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
1010
set_target_properties(ob::OrbbecSDK PROPERTIES
11-
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libOrbbecSDK.so.2.4.7"
11+
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libOrbbecSDK.so.2.4.8"
1212
IMPORTED_SONAME_RELEASE "libOrbbecSDK.so.2"
1313
)
1414

1515
list(APPEND _cmake_import_check_targets ob::OrbbecSDK )
16-
list(APPEND _cmake_import_check_files_for_ob::OrbbecSDK "${_IMPORT_PREFIX}/lib/libOrbbecSDK.so.2.4.7" )
16+
list(APPEND _cmake_import_check_files_for_ob::OrbbecSDK "${_IMPORT_PREFIX}/lib/libOrbbecSDK.so.2.4.8" )
1717

1818
# Commands beyond this point should not need to know the version.
1919
set(CMAKE_IMPORT_FILE_VERSION)
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
libOrbbecSDK.so.2.4.7
1+
libOrbbecSDK.so.2.4.8

orbbec_camera/SDK/lib/x64/OrbbecSDKConfig-release.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ set(CMAKE_IMPORT_FILE_VERSION 1)
88
# Import target "ob::OrbbecSDK" for configuration "Release"
99
set_property(TARGET ob::OrbbecSDK APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
1010
set_target_properties(ob::OrbbecSDK PROPERTIES
11-
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libOrbbecSDK.so.2.4.7"
11+
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libOrbbecSDK.so.2.4.8"
1212
IMPORTED_SONAME_RELEASE "libOrbbecSDK.so.2"
1313
)
1414

1515
list(APPEND _cmake_import_check_targets ob::OrbbecSDK )
16-
list(APPEND _cmake_import_check_files_for_ob::OrbbecSDK "${_IMPORT_PREFIX}/lib/libOrbbecSDK.so.2.4.7" )
16+
list(APPEND _cmake_import_check_files_for_ob::OrbbecSDK "${_IMPORT_PREFIX}/lib/libOrbbecSDK.so.2.4.8" )
1717

1818
# Commands beyond this point should not need to know the version.
1919
set(CMAKE_IMPORT_FILE_VERSION)
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
libOrbbecSDK.so.2.4.7
1+
libOrbbecSDK.so.2.4.8

0 commit comments

Comments
 (0)