Skip to content
Merged
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
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