diff --git a/root/math/genvector/CMakeLists.txt b/root/math/genvector/CMakeLists.txt index 518ac1fd..7680a119 100644 --- a/root/math/genvector/CMakeLists.txt +++ b/root/math/genvector/CMakeLists.txt @@ -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() \ No newline at end of file