Changes between Version 25 and Version 26 of InstallingROOT


Ignore:
Timestamp:
10/20/20 21:54:54 (5 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallingROOT

    v25 v26  
    9999
    100100At least root 6.22 has an incompatibility in its build-system (precisely in RootMacros.cmake) with the Mars build system. Either you need to use another root version or you patch RootMacros.cmake like follows:
    101 {{{diff
     101{{{#!diff
    102102683c683,684
    103103<     add_custom_target(${dictionary} DEPENDS ${dictionary}.cxx ${pcm_name} ${rootmap_name} ${cpp_module_file})