ad-freiburg / pfaedle

Precise map-matching for public transit feeds. Generates high-quality GTFS shapes from OSM data.
GNU General Public License v3.0
208 stars 29 forks source link

Update minimum cmake version to 3.5 #54

Closed paulober closed 7 months ago

paulober commented 7 months ago

CMake as deprecated backwards compatibility for cmake versions < 3.5:

CMake Deprecation Warning at 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.

I'm not sure why you set it so low, so I only increased it to the minimum supported version.

patrickbr commented 7 months ago

Thanks!

I'm not sure why you set it so low

Historic reasons :D