luxonis / depthai-core

DepthAI C++ Library
MIT License
231 stars 126 forks source link

Set the cmake version as latest doesn't work on Macs #1096

Closed moratom closed 1 month ago

moratom commented 1 month ago

Latest CMake 3.30.2 does not work on MacOS with Hunter (highly likely not depthai related). The behavior is that it gets only pulls one hunter dependency but gets stuck in the next one, so something is not cleaning up properly.

To workaround it use the latest working version instead (which is one before latest).