We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8efbda commit ab00a6dCopy full SHA for ab00a6d
root/math/genvector/CMakeLists.txt
@@ -1,4 +1,6 @@
1
-RB_ADD_GBENCHMARK(GenVectorBenchmarks
2
- Cartesian3DBenchmarks.cxx
3
- LABEL short
4
- LIBRARIES GenVector MathCore)
+if(NOT CMAKE_SYSTEM_NAME MATCHES Darwin)
+ RB_ADD_GBENCHMARK(GenVectorBenchmarks
+ Cartesian3DBenchmarks.cxx
+ LABEL short
5
+ LIBRARIES GenVector MathCore)
6
+endif()
0 commit comments