Commit 67b463f6 authored by Andreas Amann's avatar Andreas Amann
Browse files

Change cmake minimal version to 3.24

Reasoning: VS on lab computers seems to be 3.31, but not sure if this
is the case everywhere.  Looking at
https://cliutils.gitlab.io/modern-cmake/README.html it seems to be a
good minimal version.
parent fcb7b94a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.24)

project(cmake_hello)