Skip to content

Commit 718bd4d

Browse files
HLilitoshadura
authored andcommitted
Change location of .rootrc file, removing Roofit banner
1 parent 1661147 commit 718bd4d

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
@@ -65,7 +65,7 @@ endif()
6565
include(GoogleBenchmark)
6666
include(PytestBenchmark)
6767

68-
if(flamegraph)
68+
if(flamegraphCPU OR flamegraphMem)
6969
# Check if perf is available in OS:
7070
find_program(PERF_EXECUTABLE perf)
7171
if(NOT PERF_EXECUTABLE)
@@ -109,3 +109,4 @@ add_subdirectory(tools)
109109

110110
#---Add the now all the benchmark sub-directories on this repository
111111
add_subdirectory(root)
112+
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)