OrbbecSDK
OrbbecSDK copied to clipboard
Release 1.10.11 contains invalid CMake instructions
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?
Same problem
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?