OrbbecSDK icon indicating copy to clipboard operation
OrbbecSDK copied to clipboard

Release 1.10.11 contains invalid CMake instructions

Open bytebunny opened this issue 1 year ago • 2 comments

The x64 Linux release 1.10.11 contains a README that has invalid CMake instructions:

...
# find Orbbec SDK
set(OrbbecSDK_DIR "/your/path/to/OrbbecSDK")
find_package(OrbbecSDK REQUIRED)

I adjusted the SDK directory path as follows:

set(OrbbecSDK_DIR "<path/to>/OrbbecSDK_C_C++_v1.10.11_20240718_d4d1179_linux_x64_release/OrbbecSDK_v1.10.11/")

The release does not contain a single .cmake file, so find_package call fails. Am I missing something?

bytebunny avatar Jul 26 '24 13:07 bytebunny

Same problem

someilay avatar Jan 20 '25 12:01 someilay

I have the same issue. Also packages downloaded via apt don't have any .cmake files, making including the SDK in your own project not very portable.

Does anyone have any suggestions?

troeggla avatar Feb 19 '25 16:02 troeggla