From 5d8b743a02dfa765e0089842b7943326c7fcf7d8 Mon Sep 17 00:00:00 2001 From: Oksana Shadura Date: Fri, 2 Feb 2018 11:33:52 +0100 Subject: [PATCH] Updating CMake options for rootbench.git --- CMakeLists.txt | 1 + cmake/modules/RootBenchOptions.cmake | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ece6305..46d334b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,6 +32,7 @@ include(GoogleBenchmark) include_directories(${ROOT_INCLUDE_DIRS}) add_definitions(${ROOT_CXX_FLAGS}) +#---Include rootbench options include(RootBenchOptions) #---Enable test coverage ----------------------------------------------------------------------- diff --git a/cmake/modules/RootBenchOptions.cmake b/cmake/modules/RootBenchOptions.cmake index 11912914..87167698 100644 --- a/cmake/modules/RootBenchOptions.cmake +++ b/cmake/modules/RootBenchOptions.cmake @@ -1 +1,6 @@ -set(coverage "RootBenchmark coverage" OFF) \ No newline at end of file +#---------------------------------------------------------------------------- +# # Options for rootbench repository +# +# # TBD: to introduce special function for options (similar to root.git) +#---------------------------------------------------------------------------- +set(coverage OFF) \ No newline at end of file