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
Describe the bug
CMake 3.27 released earlier this year drops compatibility with CMake <3.5. jsoncppConfig.cmake.in requires version 3.0. Using it in a project produces a deprecation warning:
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument <min> valueor use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
To Reproduce
Steps to reproduce the behavior:
Using CMake 3.27,
Expected behavior
The project is configured without any warnings.
Desktop (please complete the following information):
OS: Linux
Meson version: N/A
Ninja version: N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
CMake 3.27 released earlier this year drops compatibility with CMake <3.5.
jsoncppConfig.cmake.in
requires version 3.0. Using it in a project produces a deprecation warning:To Reproduce
Steps to reproduce the behavior:
Expected behavior
The project is configured without any warnings.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: