Skip to content
Snippets Groups Projects

Fix several CMake warnings

Merged Florian Uhlig requested to merge f.uhlig/cbmroot:fix_cmake_warnings into master
Compare changes
  • Side-by-side
  • Inline
Files
6
  • 7f3278f6
    Fix several CMake warnings · 7f3278f6
    Administrator authored
    The exec_program fuction is deprecated use execute_process instead.
    Use the FindBoost config file which is installed by Boost instead of the CMake
    module.
    Fix one cmake_minimum_required version by defining also a maximum version.
Loading