pdf2htmlEX/pdf2htmlEX

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

milahu opened this issue · 0 comments

milahu commented

cmake_minimum_required(VERSION 2.6.0 FATAL_ERROR)

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.