You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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:
new version 2023-07-24 increases cmake minimum required version to 3.12 to prevent deprecation (see vector-of-bool/cmrc@91c9522).
The text was updated successfully, but these errors were encountered: