SpatioTemporal / STARE

SpatioTemporal Adaptive Resolution Encoding, a unifying index for geo-located data.
Other
10 stars 7 forks source link

downgrade cmake version for Centos7 #102

Open NiklasPhabian opened 2 years ago

NiklasPhabian commented 2 years ago

Since ce3f07e0fc1a5ed50c68a6d19bae0d925aa284a4 , STARE requires CMAKE 3.18. Out of the box, yum on CentOS 7 provides us only with CMAKE 3.15.1 so building becomes one step more annoying. STARE seems to build and complete all test(s) with cmake_minimum_required(VERSION 3.15). But I have obviously no idea of the implications.