Skip to content
Snippets Groups Projects

Fix several CMake warnings

Merged Florian Uhlig requested to merge f.uhlig/cbmroot:fix_cmake_warnings into master
  1. Mar 19, 2025
    • Administrator's avatar
      Fix several CMake warnings · a8b7cad5
      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.
      a8b7cad5
Loading