CMake Deprecation Warning
When including the library via add_subdirectory() in own CMakeLists.txt, I get:
CMake Deprecation Warning at ordered-map/CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
Would it be possible to resolve this in the next library update?
For reference, my CMake version is 3.30.2
Thanks - this fix https://github.com/Tessil/ordered-map/commit/5bbd64709218b9f9fc92bf2bbbf7cae6f5e067b6 worked well (for a while). Unfortunately, the newest CMake (3.31) is unhappy again, now requiring 3.10 at least.
"Changed in version 3.31: Compatibility with versions of CMake older than 3.10 is deprecated. Calls to cmake_minimum_required(VERSION) or cmake_policy(VERSION) that do not specify at least 3.10 as their policy version (optionally via ...
This is a minor issue, of course, but an annoyance nevertheless.
Sorry for the long delay. I created a new release with a CMake minimum version of 3.10.