cosmicrays / hermes

HERMES is a publicly available computational framework for the line of sight integration over galactic radiative processes which creates sky maps in the HEALPix-compatibile format.
GNU General Public License v3.0
22 stars 9 forks source link

deprecation warning for CMake #5

Closed carmeloevoli closed 3 years ago

carmeloevoli commented 3 years ago
CMake Deprecation Warning at lib/kiss/CMakeLists.txt:1 (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.

CMake Deprecation Warning at lib/cparamlib/CMakeLists.txt:1 (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.
carmeloevoli commented 3 years ago

I removed the deprecation warning for CMake as suggested here: https://discourse.cmake.org/t/how-to-fix-cmake-minimum-required-deprecation-warning/2487