Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix: silence the warnings from ExternalProject_Add#1972

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
fpistm merged 1 commit intostm32duino:mainfrommassonal:cmake_dev
Mar 10, 2023

Conversation

massonal
Copy link
Contributor

@massonalmassonal commentedMar 9, 2023
edited by fpistm
Loading

CMake 3.24 introduced a change in behavior in ExternalProject_Add() regarding timestamps when extracting an archive.
As updating the code would break compatibility with older CMake versions, this commit instead tells newer CMake versions to behave like older ones, using a policy setting.

Note from the CMake docs:
The OLD behavior of a policy is deprecated by definition and may be removed in a future version of CMake.

-> so the code will have to be updated eventually, and compatibility be broken...

CMake 3.24 introduced a change in behavior in ExternalProject_Add()regarding timestamps when extracting an archive.As updating the code would break compatibility with older CMake versions,this commit instead tells newer CMake versions to behave like older ones,using a policy setting.Note from the CMake docs:The OLD behavior of a policy is deprecated by definition and may be removed in a future version of CMake.-> so the code will have to be updated eventually, and compatibility be broken...
@fpistmfpistm added enhancementNew feature or request fix 🩹Bug fix labelsMar 9, 2023
@fpistmfpistm added this to the2.5.0 milestoneMar 9, 2023
@fpistmfpistm merged commit8cc3d3f intostm32duino:mainMar 10, 2023
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
enhancementNew feature or requestfix 🩹Bug fix
Projects
None yet
Milestone
2.5.0
Development

Successfully merging this pull request may close these issues.

2 participants
@massonal@fpistm

[8]ページ先頭

©2009-2025 Movatter.jp