zivid / zivid-python

Official Python package for Zivid 3D cameras
BSD 3-Clause "New" or "Revised" License
40 stars 14 forks source link

Upgrade to Conan 2 #267

Closed johningve closed 3 months ago

johningve commented 3 months ago

Conan 1 is being deprecated, and so it is necessary to upgrade to Conan 2. In Conan 2, the CMake integration has changed. It is now designed to function as a custom dependency provider for find_package that reads a conanfile to determine which dependencies are required. This requires us to bump minimum CMake version to 3.24.

This commit also bumps the conan dependencies to the latest version: