Downgrade required CMake to 3.16

We still want to build VS 2017 through AppVeyor, and those images
have CMake 3.16.2 installed. We could install newer CMake as part
of the build, but since we don't use newer CMake features yet, this
is simpler.
This commit is contained in:
Martin Hořeňovský
2025-01-05 23:19:26 +01:00
parent 6e9c34aa20
commit 232e893785
7 changed files with 8 additions and 8 deletions

View File

@ -85,7 +85,7 @@ a target. This function works by running the resulting executable with
#### Usage
```cmake
cmake_minimum_required(VERSION 3.20)
cmake_minimum_required(VERSION 3.16)
project(baz LANGUAGES CXX VERSION 0.0.1)
@ -239,7 +239,7 @@ parsed are *silently ignored*.
#### Usage
```cmake
cmake_minimum_required(VERSION 3.20)
cmake_minimum_required(VERSION 3.16)
project(baz LANGUAGES CXX VERSION 0.0.1)