Changes between Version 25 and Version 26 of InstallingROOT
- Timestamp:
- 10/20/20 21:54:54 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallingROOT
v25 v26 99 99 100 100 At 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 {{{ diff101 {{{#!diff 102 102 683c683,684 103 103 < add_custom_target(${dictionary} DEPENDS ${dictionary}.cxx ${pcm_name} ${rootmap_name} ${cpp_module_file})