concurrentqueue icon indicating copy to clipboard operation
concurrentqueue copied to clipboard

Deprecation warnings when building with newer versions of CMake

Open Redwarx008 opened this issue 5 months ago • 0 comments

CMake Deprecation Warning at concurrentqueue/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

Redwarx008 avatar Aug 01 '25 17:08 Redwarx008