Skip to content
Snippets Groups Projects
Verified Commit cb2899c3 authored by Tobias Triffterer's avatar Tobias Triffterer :house_with_garden:
Browse files

Add __ROOFIT_NOBANNER Definition to RooFitCore

This compiler flag — foreseen by the original authors — stops RooFit
from displaying its banner in front of the banner and license
information of the main application
parent 5cf7b301
No related branches found
No related tags found
No related merge requests found
......@@ -471,4 +471,8 @@ foreach(incl ${fitcore_incl})
target_include_directories(RooFitCore PUBLIC $<BUILD_INTERFACE:${incl}>)
endforeach()
# Modification for Fp311Online@Ruhr-Universität Bochum
target_compile_definitions(RooFitCore PRIVATE __ROOFIT_NOBANNER)
# End of modification
ROOT_ADD_TEST_SUBDIRECTORY(test)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment