Fix cmake files and add input file

This commit is contained in:
Patrick Schwarzer 2025-04-28 03:28:25 +02:00
parent 2de172775d
commit 077b2759ad
8 changed files with 65 additions and 26 deletions

View file

@ -1,5 +1,5 @@

cmake_minimum_required (VERSION 3.8)
cmake_minimum_required(VERSION 4.0)
if (POLICY CMP0141)
cmake_policy(SET CMP0141 NEW)