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

[cmakerc] update to 2023-07-24 #32760

Closed
thschneider-lgn opened this issue Jul 26, 2023 · 0 comments · Fixed by #32762
Closed

[cmakerc] update to 2023-07-24 #32760

thschneider-lgn opened this issue Jul 26, 2023 · 0 comments · Fixed by #32762
Assignees
Labels
category:port-update The issue is with a library, which is requesting update new revision

Comments

@thschneider-lgn
Copy link

Library name

cmakerc

New version number

2023-07-24

Other information that may be useful (release notes, etc...)

current version 2022-09-08 uses cmake_minimum_required(VERSION 3.3) in cmake file.

cmake 3.27.0 issues warning:

CMake Deprecation Warning at build/vcpkg_installed/x64-windows/share/cmakerc/cmakerc-config.cmake:37 (cmake_minimum_required):Compatibility with CMake < 3.5 will be removed from a future version of\nCMake.\n\nUpdate the VERSION argument <min> value or use a ...<max> suffix to tell\nCMake that the project does not need compatibility with older versions.

new version 2023-07-24 increases cmake minimum required version to 3.12 to prevent deprecation (see vector-of-bool/cmrc@91c9522).

@thschneider-lgn thschneider-lgn added the category:port-update The issue is with a library, which is requesting update new revision label Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-update The issue is with a library, which is requesting update new revision
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants