Tessil / ordered-map

C++ hash map and hash set which preserve the order of insertion
MIT License
512 stars 66 forks source link

CMake Deprecation Warning #48

Open catsidhe opened 3 weeks ago

catsidhe commented 3 weeks ago

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