Bump tested CMake version to 3.18

Use the version range feature introduced in 3.12. On CMake <3.12 the extra dots are simply interpreted as extra version number separators.
The fallback for ancient CMake versions is kept.
This commit is contained in:
Raul Tambre
2020-07-18 21:33:43 +03:00
committed by Victor Zverovich
parent 7a01c9c523
commit 26b47b6fb5
4 changed files with 6 additions and 8 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1.0)
cmake_minimum_required(VERSION 3.1...3.18)
project(fmt-test)