rigtorp / MPMCQueue

A bounded multi-producer multi-consumer concurrent queue written in C++11
MIT License
1.18k stars 160 forks source link

CMake Deprecation Warning #38

Closed RedSkittleFox closed 1 year ago

RedSkittleFox commented 1 year ago
CMake Deprecation Warning at output/_deps/mpmcqueue-src/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.

Please consider updating cmake_minimum_required(VERSION 3.2) to 3.5

rigtorp commented 1 year ago

Thank you for reporting! Fixed in https://github.com/rigtorp/MPMCQueue/commit/4323bd89b3bcdb48daa600804902f51ede7990c1