[all] update cmake minimum version

This commit is contained in:
Geoffrey McRae
2023-11-09 18:31:26 +11:00
parent 7a30736ac4
commit 138a0aee53
29 changed files with 29 additions and 29 deletions

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.5)
project(looking-glass-host C)
get_filename_component(PROJECT_TOP "${PROJECT_SOURCE_DIR}/.." ABSOLUTE)