mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Increase minimal CMake version
Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. According to our test images all supported distributions have CMake > 3 Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
b0e5ad6bc5
commit
65ef38658b
8 changed files with 8 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required (VERSION 2.8)
|
||||
cmake_minimum_required (VERSION 2.8.12)
|
||||
|
||||
# This is a work-around for the following CMake issue:
|
||||
# https://gitlab.kitware.com/cmake/cmake/issues/16062
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue