We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ROOFIT_ATLAS_BENCHMARKS
1 parent 6cbdbd2 commit 499f57fCopy full SHA for 499f57f
root/roofit/CMakeLists.txt
@@ -1,6 +1,8 @@
1
-# Can only be enabled is you have the ATLAS RooFit extensions installed and you
2
-# set unlimited stack size with `ulimit -S -s unlimited`:
3
-# add_subdirectory(atlas-benchmarks)
+if(ROOFIT_ATLAS_BENCHMARKS)
+ # Can only be enabled is you have the ATLAS RooFit extensions installed and you
+ # set unlimited stack size with `ulimit -S -s unlimited`:
4
+ add_subdirectory(atlas-benchmarks)
5
+endif()
6
7
add_subdirectory(histfactory)
8
add_subdirectory(roofit)
0 commit comments