zed-sdk icon indicating copy to clipboard operation
zed-sdk copied to clipboard

not existed subdirectory caused cmake parsing error

Open phelogges opened this issue 1 year ago • 1 comments

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

phelogges avatar Feb 19 '24 06:02 phelogges