-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update CMake FetchContent and bump externals For modern CMake use the new CMP0135 policy, i.e., use timestamps from extraction of tarballs Bump internal submodules to latest releases: nlohmman-json: 3.11.2 spdlog: 1.11.0 * Bump CMake version Now to 3.24, which is where the option to handle extract time timestamps was introduced * Use optional policy specifier Address the timestamp issue differently, using a query for the policy, which indicates a newer cmake, and only setting the policy if that test passes This allows us to be still compaible with much older cmake versions
- Loading branch information
1 parent
881305c
commit d6a97cc
Showing
5 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -249,4 +249,4 @@ to CMake using `Gperftools_ROOT_DIR`. | |
|
||
# Copyright | ||
|
||
Copyright (c) 2018-2022 CERN. | ||
Copyright (c) 2018-2023 CERN. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule nlohmann_json
updated
1123 files