Set CMake minimum version to 3.10

This commit is contained in:
Thomas Lauf 2025-02-05 22:42:14 +01:00
parent a406f447bb
commit e735c3a403
10 changed files with 10 additions and 10 deletions

View file

@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.8)
cmake_minimum_required (VERSION 3.10)
message ("-- Configuring extensions")