Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ include(GoogleBenchmark)
include_directories(${ROOT_INCLUDE_DIRS})
add_definitions(${ROOT_CXX_FLAGS})

#---Include rootbench options
include(RootBenchOptions)

#---Enable test coverage -----------------------------------------------------------------------
Expand Down
7 changes: 6 additions & 1 deletion cmake/modules/RootBenchOptions.cmake
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
set(coverage "RootBenchmark coverage" OFF)
#----------------------------------------------------------------------------
# # Options for rootbench repository
#
# # TBD: to introduce special function for options (similar to root.git)
#----------------------------------------------------------------------------
set(coverage OFF)