sony / nmos-cpp

An NMOS (Networked Media Open Specifications) Registry and Node in C++ (IS-04, IS-05)
Apache License 2.0
141 stars 80 forks source link

Use cmake-conan new API to enable use of lockfiles, etc. #326

Closed garethsb closed 7 months ago

garethsb commented 1 year ago

conan_cmake_run used in cmake/NmosCppConan.cmake is deprecated. In order to support e.g. use of lockfiles, it would be nice to use the newer API which consists of several functions to replace the simple conan_cmake_run facade.

(That's before we even get to Conan 2.0 support...)

garethsb commented 7 months ago

Since adopting Conan 2 and trying out the new cmake-conan:develop2 branch, this has become redundant. Lockfiles work well.