Skip to content

Fix several CMake warnings

Florian Uhlig requested to merge f.uhlig/cbmroot:fix_cmake_warnings into master

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.

Merge request reports

Loading