Use modern FetchContent design patterns (#3903)

* Add higher bound to the CMake policies
* Add the latest cmake to ubuntu22.04 image
This commit is contained in:
Cristian Le 2025-07-09 03:39:54 +02:00 committed by GitHub
parent c639cc030d
commit 236b57f321
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 61 additions and 12 deletions

View file

@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.22)
cmake_minimum_required (VERSION 3.22...4.0)
message ("-- Configuring man pages")
set (man_FILES task-color.5 task-sync.5 taskrc.5 task.1)
foreach (man_FILE ${man_FILES})