Skip to content

Fix the Fix: Compile SFramework also without CommonStatTools

Jonas Neundorf requested to merge jonas-fix-cmake-fix into master

Release notes

Compile SFramework also without CommonStatTools

Details

If CommonStatTools was not available, the CMake step would fail with

not using RooFitUtils component
CMake Error at CAFCore/SFramework/CMakeLists.txt:26 (if):
  if given arguments:

    "AND" "CommonStatTools_SOURCE_DIR"

  Unknown arguments specified

-- Configuring incomplete, errors occurred!

with the previous version of this line

Merge request reports