]> The Tcpdump Group git mirrors - tcpdump/commit
cmake: Update the minimum required version to 2.8.12 (except Windows)
authorFrancois-Xavier Le Bail <[email protected]>
Fri, 25 Nov 2022 14:49:52 +0000 (15:49 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Fri, 25 Nov 2022 14:56:21 +0000 (15:56 +0100)
commit9b05cc18ec7b5450bc668f9386d73c92bbfc3491
tree5cdd4a6cf2527c846dc288ace8f886fac6be8c8b
parentfb4a8f6fb2bae1a1aa7d9f6f207cb72d12980595
cmake: Update the minimum required version to 2.8.12 (except Windows)

Windows minimum required is already 3.12.

This change avoids this warning:
CMake Deprecation Warning at CMakeLists.txt:7 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 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.

(Same as in libpcap.)
CHANGES
CMakeLists.txt