We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ee302 commit 6633ca5Copy full SHA for 6633ca5
root/tree/dataframe/CMakeLists.txt
@@ -30,7 +30,7 @@ endif()
30
31
add_subdirectory(LoopSUSYFrame)
32
33
-if(rootbench-datafiles AND ROOT_root7_FOUND) # using ROOT_root7_FOUND as a proxy for "c++ standard >= 14"
+if(rootbench-datafiles AND ((CMAKE_CXX_FLAGS STRLESS_EQUAL "-std=c++17") OR (CMAKE_CXX_STANDARD GREATER 14)))
34
RB_ADD_GBENCHMARK(ZPeak
35
zpeak.cxx
36
LIBRARIES Core Hist Imt RIO MathCore Physics Tree TreePlayer ROOTDataFrame ROOTVecOps
0 commit comments