Skip to content

Commit 4febd32

Browse files
committed
fixed sdk replace error
1 parent 872d468 commit 4febd32

15 files changed

+5
-1
lines changed

cmake/DetermineHostPlatform.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set(HOST_PLATFORM "linux_x64")
22

33
if(APPLE)
4-
set(HOST_PLATFORM "macos")
4+
set(HOST_PLATFORM "macOS")
55
elseif (UNIX)
66
execute_process(COMMAND uname -m OUTPUT_VARIABLE MACHINES OUTPUT_STRIP_TRAILING_WHITESPACE)
77
execute_process(COMMAND getconf LONG_BIT OUTPUT_VARIABLE MACHINES_BIT OUTPUT_STRIP_TRAILING_WHITESPACE)

sdk/lib/arm32/libudev.so

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libudev.so.1.6.3

sdk/lib/arm32/libudev.so.1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libudev.so.1.6.3

sdk/lib/arm32/libudev.so.1.6.3

556 KB
Binary file not shown.

sdk/lib/arm64/libudev.so

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libudev.so.1.6.3

sdk/lib/arm64/libudev.so.1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libudev.so.1.6.3

sdk/lib/arm64/libudev.so.1.6.3

745 KB
Binary file not shown.
File renamed without changes.

sdk/lib/win_x64/OrbbecSDK.dll

2.04 MB
Binary file not shown.

sdk/lib/win_x64/OrbbecSDK.lib

4.29 KB
Binary file not shown.

sdk/lib/win_x64/depthengine_2_0.dll

-25.5 KB
Binary file not shown.

sdk/lib/win_x86/OrbbecSDK.dll

535 KB
Binary file not shown.

sdk/lib/win_x86/OrbbecSDK.lib

144 KB
Binary file not shown.

0 commit comments

Comments
 (0)