Skip to content
Snippets Groups Projects
  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
  2. Jun 29, 2023
  3. Sep 27, 2022
    • Administrator's avatar
      Add CMake macros and scripts copied from FairRoot · 18597259
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      To become independent from the FairRoot macros and scripts, simply add the
      needed macros in cmake/modules and input needed to generate the scripts
      into cmake/scripts.
      
      Change copied macros such that the input needed to generate the scripts is
      taken from the local cmake/scripts directory.
      18597259
Loading