lcm-proj / lcm

Lightweight Communications and Marshalling
GNU Lesser General Public License v2.1
944 stars 385 forks source link

Raise cmake required version to a non-deprecated version #407

Closed nosracd closed 1 year ago

nosracd commented 1 year ago

This PR fixes the following warning:

CMake Deprecation Warning at lcm-cmake/lcmUtilities.cmake:34 (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.
Call Stack (most recent call first):
  test/types/CMakeLists.txt:1 (include)