Skip to content
Snippets Groups Projects

Install macros which are used in the test suite

Merged Florian Uhlig requested to merge f.uhlig/cbmroot:fix_macro_installation into master
9 files
+ 92
34
Compare changes
  • Side-by-side
  • Inline
Files
9
+ 2
6
@@ -92,9 +92,5 @@ EndIf()
@@ -92,9 +92,5 @@ EndIf()
EndForEach(setup IN LISTS cbm_setup)
EndForEach(setup IN LISTS cbm_setup)
# end of test CBM setups from geometry/setup
# end of test CBM setups from geometry/setup
Install(FILES .rootrc c2f_transport.C
# Installation of macros is done in macro/CMakeLists.txt to install the
DESTINATION share/cbmroot/macro/c2f
# macros even if the tests are not executed
)
Install(CODE "FILE(MAKE_DIRECTORY \${CMAKE_INSTALL_PREFIX}/share/cbmroot/macro/run/data)")
Loading