Skip to content
New issue

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

Release 1.10.11 contains invalid CMake instructions #110

Open
bytebunny opened this issue Jul 26, 2024 · 0 comments
Open

Release 1.10.11 contains invalid CMake instructions #110

bytebunny opened this issue Jul 26, 2024 · 0 comments

Comments

@bytebunny
Copy link

bytebunny commented Jul 26, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant