mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-29 10:03:25 +02:00
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:
parent
c639cc030d
commit
236b57f321
10 changed files with 61 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required (VERSION 3.22)
|
||||
cmake_minimum_required (VERSION 3.22...4.0)
|
||||
|
||||
configure_file(compare_runs.py compare_runs.py COPYONLY)
|
||||
configure_file(load load)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue