Skip to content

Commit 499f57f

Browse files
committed
Introduce new ROOFIT_ATLAS_BENCHMARKS flag for conditional build
1 parent 6cbdbd2 commit 499f57f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

root/roofit/CMakeLists.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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)
1+
if(ROOFIT_ATLAS_BENCHMARKS)
2+
# Can only be enabled is you have the ATLAS RooFit extensions installed and you
3+
# set unlimited stack size with `ulimit -S -s unlimited`:
4+
add_subdirectory(atlas-benchmarks)
5+
endif()
46

57
add_subdirectory(histfactory)
68
add_subdirectory(roofit)

0 commit comments

Comments
 (0)