Silence warnings when building with CMake 3.27#717
Merged
NeroBurner merged 2 commits intocpp-pm:masterfrom Oct 30, 2023
Merged
Conversation
* CMake policy CMP0114 (introduced CMake 3.19) warns if ExternalProject is used with Xcode generator and is required to use Xcode 'new build system' * CMake policy CMP0135 (introduced CMake 3.24) warns if DOWNLOAD_EXTRACT_TIMESTAMP is not specified in ExternalProject. * TEMP: Also integrate cpp-pm/gate#16 applying this to HunterGate
78d54f7 to
f714a55
Compare
Author
|
gate rebased after my PR there was merged, this is ready now |
NeroBurner
approved these changes
Oct 30, 2023
NeroBurner
added a commit
that referenced
this pull request
Jun 6, 2025
Link to Release: https://github.com/cpp-pm/hunter/releases/tag/v0.25.3 Changes: - Silence warnings when building with CMake 3.27 [GH#717](#717) - update `gate` submodule with fixed CMake 3.27 deprecation warnings as well - `glog`: add version `0.6.0` and disable new dependencies [GH#719](#719) - `ceres-solver`: update to `v2.2.0-p1` [GH#720](#720)
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When I use Hunter with CMake 3.27 I see various CMake warnings
CMP0135 warning
CMP0114 warning
This change (which requires this PR in HunterGate cpp-pm/gate#16) fixes both of those warnings in Hunter download and in Hunter project builds.