DUNE-DAQ / daq-buildtools

Make life for developers easier through a collection of CMake functions and scripts
0 stars 1 forks source link

Get dbt-workarea-env to always give you our latest CMake version #263

Closed jcfreeman2 closed 8 months ago

jcfreeman2 commented 8 months ago

Since we still have some externals which were built with CMake v3.23.1, the cmake which is available in work areas is sometimes that older CMake version insetad of the latest CMake version, v3.26.3. While a longer-term solution is just to rebuild all the externals with the newer CMake, at the release coordination meeting this morning it was agreed that rather than doing that we should near-term just have dbt-workarea-env set up the newer CMake so developers don't need to worry about it.