Use cmake-conan new API to enable use of lockfiles, etc.
garethsb opened this issue · 1 comments
garethsb commented
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...)