Created
February 5, 2015 10:07
-
-
Save alexpearce/64c88705d31f44eab7f3 to your computer and use it in GitHub Desktop.
Shut up, RooFit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/roofit/roofitcore/src/RooBanner.cxx b/roofit/roofitcore/src/RooBanner.cxx | |
index 89c0338..8cc41b9 100644 | |
--- a/roofit/roofitcore/src/RooBanner.cxx | |
+++ b/roofit/roofitcore/src/RooBanner.cxx | |
@@ -10,6 +10,7 @@ | |
// END_HTML | |
// | |
+#define __ROOFIT_NOBANNER | |
using namespace std; | |
const char* VTAG="3.60" ; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should be able to achieve the same results by passing the
-D__ROOFIT_NOBANNER
flag to CMake.