Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update cmake example project #3062

Merged
merged 2 commits into from
May 14, 2023
Merged

update cmake example project #3062

merged 2 commits into from
May 14, 2023

Conversation

lesleyrs
Copy link
Contributor

This stops a new cmake warning about file timestamps, and bump raylib version.

DOWNLOAD_EXTRACT_TIMESTAMP
New in version 3.24.

When specified with a true value, the timestamps of the extracted files will match those in the archive. When false, the timestamps of the extracted files will reflect the time at which the extraction was performed. If the download URL changes, timestamps based off those in the archive can result in dependent targets not being rebuilt when they potentially should have been. Therefore, unless the file timestamps are significant to the project in some way, use a false value for this option. If DOWNLOAD_EXTRACT_TIMESTAMP is not given, the default is false. See policy CMP0135.

@raysan5 raysan5 merged commit 8183126 into raysan5:master May 14, 2023
@raysan5
Copy link
Owner

raysan5 commented May 14, 2023

@lesleyrs thanks for the review! I always forget to update raylib version on CMake file...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants