-
Notifications
You must be signed in to change notification settings - Fork 360
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): Raise minimum CMake dependency from 3.12 to 3.15 (#1724)
This bump brings access to the following interesting features (not a comprehensive list): - 3.13 Nov 21, 2018 - -B, -S let you specify source and build directories without the "cd" dance - target_link_options() - ctest --progress / CTEST_PROGRESS_OUTPUT - 3.14 Mar 14, 2019 - cmake --build now supports -v/--verbose - file(CREATE_LINK ) - 3.15 Jul 17, 2019 - env CMAKE_GENERATOR can be used instead of -G - when using --build, the --target can now list multiple targets (and also can be `-t`) - --install can be used separately without running through the whole build - message() now supports NOTICE, VERBOSE, DEBUG and TRACE. - CMAKE_FIND_PACKAGE_PREFER_CONFIG variable - Enable C++20 for Apple Clang Make sure all CI cases have a new enough cmake Use message(VERBOSE ...) feature to simplify lots of `if` blocks. Clean up code for older cmake versions Freshen some of our CI build_<dependency>.bash scripts. Note that this will NOT be backported to the current release branch, but it will be part of the upcoming 1.13 family of releases. Signed-off-by: Larry Gritz <[email protected]>
- Loading branch information
Showing
21 changed files
with
90 additions
and
132 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
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
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
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
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
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
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
Oops, something went wrong.