zed-sdk
zed-sdk copied to clipboard
not existed subdirectory caused cmake parsing error
Preliminary Checks
- [X] This issue is not a duplicate. Before opening a new issue, please search existing issues.
- [X] This issue is not a question, feature request, or anything other than a bug report directly related to this project.
Description
cmake parsing error, caused by two not existed subdirectory, this could be solved by commenting CMakeLists.txt line25 and line38.
Steps to Reproduce
$ mkdir build && cd build
$ cmake ..
Expected Result
cmake parsing done
Actual Result
cmake parsing error, reported some directory not existed
ZED Camera model
ZED
Environment
Ubuntu20.04
CUDA 11.8
ZED 4.0.8
Anything else?
No response