]> git.ipfire.org Git - thirdparty/zstd.git/commit
[cmake] Require CMake version 3.5 or newer
authorChristoph Grüninger <foss@grueninger.de>
Tue, 31 Oct 2023 22:30:43 +0000 (23:30 +0100)
committerChristoph Grüninger <foss@grueninger.de>
Tue, 31 Oct 2023 22:30:43 +0000 (23:30 +0100)
commit4502ca5f422a4e3f0b8980d5a365fcc3f62e97e0
treee83a7c95b520865fe0093c3fbd9e75db6055fb30
parentfabce2a61c0ba9c73a48f05aaf87e2f5cd48310e
[cmake] Require CMake version 3.5 or newer

More recent versions of CMake emit the following warning:
CMake Deprecation Warning at cmake/CMakeLists.txt:10 (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.
build/cmake/CMakeLists.txt