Skip to content

Commit eb5deb3

Browse files
committed
Change location of .rootrc file, removing Roofit banner
1 parent 03d44d9 commit eb5deb3

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
6363
endif()
6464

6565
include(GoogleBenchmark)
66-
if(flamegraph)
66+
if(flamegraphCPU OR flamegraphMem)
6767
# Check if perf is available in OS:
6868
find_program(PERF_EXECUTABLE perf)
6969
if(NOT PERF_EXECUTABLE)
@@ -97,3 +97,4 @@ add_subdirectory(lib)
9797

9898
#---Add the now all the benchmark sub-directories on this repository
9999
add_subdirectory(root)
100+
configure_file(${PROJECT_SOURCE_DIR}/rootbench-scripts/.rootrc ${PROJECT_BINARY_DIR} COPYONLY)

root/roofit/roofit/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/.rootrc ${CMAKE_CURRENT_BINARY_DIR} COPYONLY)
21
RB_ADD_GBENCHMARK(RoofitBinnedBenchmark
32
RooFitBinnedBenchmarks.cxx
43
LABEL long
File renamed without changes.

0 commit comments

Comments
 (0)