Skip to content

Fix docker CI images to fetch a modern CMake.

David Thompson requested to merge dcthomp/aeva-app:cmake-update-ci into master

SMTK now requires CMake 3.20+ in order to use cmake_path(). Since some CI images are intentionally old, they do not provide a modern-enough version of CMake.

Merge request reports