chore: fill out missing updates to 3.18
This commit is contained in:
parent
1348229e6e
commit
2d70bc5595
@ -21,5 +21,7 @@ serialize = {major}.{minor}
|
|||||||
[bumpversion:file:chapters/basics.md]
|
[bumpversion:file:chapters/basics.md]
|
||||||
serialize = {major}.{minor}
|
serialize = {major}.{minor}
|
||||||
|
|
||||||
[bumpversion:glob:**/CMakeLists.txt]
|
[bumpversion:glob:examples/CMakeLists.txt]
|
||||||
|
serialize = {major}.{minor}
|
||||||
|
[bumpversion:glob:examples/*/CMakeLists.txt]
|
||||||
serialize = {major}.{minor}
|
serialize = {major}.{minor}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## [main]
|
## [main]
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.4...3.16)
|
cmake_minimum_required(VERSION 3.4...3.18)
|
||||||
|
|
||||||
project(RootDictExample LANGUAGES CXX)
|
project(RootDictExample LANGUAGES CXX)
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# CMake ROOT simple example
|
# CMake ROOT simple example
|
||||||
|
|
||||||
## [main]
|
## [main]
|
||||||
cmake_minimum_required(VERSION 3.1...3.16)
|
cmake_minimum_required(VERSION 3.1...3.18)
|
||||||
|
|
||||||
project(RootSimpleExample LANGUAGES CXX)
|
project(RootSimpleExample LANGUAGES CXX)
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# CMake ROOT usefile example
|
# CMake ROOT usefile example
|
||||||
|
|
||||||
## [main]
|
## [main]
|
||||||
cmake_minimum_required(VERSION 3.1...3.16)
|
cmake_minimum_required(VERSION 3.1...3.18)
|
||||||
|
|
||||||
project(RootUseFileExample LANGUAGES CXX)
|
project(RootUseFileExample LANGUAGES CXX)
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
# You should always specify a range with the newest
|
# You should always specify a range with the newest
|
||||||
# and oldest tested versions of CMake. This will ensure
|
# and oldest tested versions of CMake. This will ensure
|
||||||
# you pick up the best policies.
|
# 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;
|
# This is your project statement. You should always list languages;
|
||||||
# Listing the version is nice here since it sets lots of useful variables
|
# Listing the version is nice here since it sets lots of useful variables
|
||||||
|
Loading…
x
Reference in New Issue
Block a user