We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
.cmake
find_package
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The x64 Linux release 1.10.11 contains a README that has invalid CMake instructions:
I adjusted the SDK directory path as follows:
The release does not contain a single
.cmake
file, sofind_package
call fails. Am I missing something?The text was updated successfully, but these errors were encountered: