pdf2htmlEX icon indicating copy to clipboard operation
pdf2htmlEX copied to clipboard

CMake Deprecation Warning: Compatibility with CMake < 2.8.12 will be removed from a future version of CMake

Open milahu opened this issue 2 years ago • 1 comments

https://github.com/pdf2htmlEX/pdf2htmlEX/blob/56db76d1ab140e0ac94c83e5dbe0e01fbe5a71ec/pdf2htmlEX/CMakeLists.txt#L7

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.

milahu avatar Aug 16 '23 11:08 milahu

An update on this: CMake 4.0 is released now, which cannot build this project at all due to removed compatibility for versions less than 3.5 since this project is calling cmake_minimum_required with a version in the 2.x range.

jclds139 avatar Apr 07 '25 19:04 jclds139