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
14 changes: 8 additions & 6 deletions root/interpreter/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
RB_ADD_GBENCHMARK(InterpreterBenchmarks
RunInterpreter.cxx
LABEL short)
if(NOT CMAKE_SYSTEM_NAME MATCHES Darwin)
RB_ADD_GBENCHMARK(InterpreterBenchmarks
RunInterpreter.cxx
LABEL short)

RB_ADD_GBENCHMARK(InterpreterBenchmarksNoPCH
RunInterpreterNoPCH.cxx
LABEL short)
RB_ADD_GBENCHMARK(InterpreterBenchmarksNoPCH
RunInterpreterNoPCH.cxx
LABEL short)
endif()
10 changes: 6 additions & 4 deletions root/math/genvector/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
RB_ADD_GBENCHMARK(GenVectorBenchmarks
Cartesian3DBenchmarks.cxx
LABEL short
LIBRARIES GenVector MathCore)
if(NOT CMAKE_SYSTEM_NAME MATCHES Darwin)
RB_ADD_GBENCHMARK(GenVectorBenchmarks
Cartesian3DBenchmarks.cxx
LABEL short
LIBRARIES GenVector MathCore)
endif()
Loading