mirror of
1
0
Fork 0

chore: fill out missing updates to 3.18

This commit is contained in:
Henry Schreiner 2020-11-18 11:41:11 -05:00
parent 1348229e6e
commit 2d70bc5595
5 changed files with 7 additions and 5 deletions

View File

@ -21,5 +21,7 @@ serialize = {major}.{minor}
[bumpversion:file:chapters/basics.md]
serialize = {major}.{minor}
[bumpversion:glob:**/CMakeLists.txt]
[bumpversion:glob:examples/CMakeLists.txt]
serialize = {major}.{minor}
[bumpversion:glob:examples/*/CMakeLists.txt]
serialize = {major}.{minor}

View File

@ -2,7 +2,7 @@
## [main]
cmake_minimum_required(VERSION 3.4...3.16)
cmake_minimum_required(VERSION 3.4...3.18)
project(RootDictExample LANGUAGES CXX)

View File

@ -1,7 +1,7 @@
# CMake ROOT simple example
## [main]
cmake_minimum_required(VERSION 3.1...3.16)
cmake_minimum_required(VERSION 3.1...3.18)
project(RootSimpleExample LANGUAGES CXX)

View File

@ -1,7 +1,7 @@
# CMake ROOT usefile example
## [main]
cmake_minimum_required(VERSION 3.1...3.16)
cmake_minimum_required(VERSION 3.1...3.18)
project(RootUseFileExample LANGUAGES CXX)

View File

@ -6,7 +6,7 @@
# You should always specify a range with the newest
# and oldest tested versions of CMake. This will ensure
# you pick up the best policies.
cmake_minimum_required(VERSION 3.1...3.16)
cmake_minimum_required(VERSION 3.1...3.18)
# This is your project statement. You should always list languages;
# Listing the version is nice here since it sets lots of useful variables