We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb5145 commit 360a113Copy full SHA for 360a113
1 file changed
root/interpreter/CMakeLists.txt
@@ -1,7 +1,9 @@
1
-RB_ADD_GBENCHMARK(InterpreterBenchmarks
2
- RunInterpreter.cxx
3
- LABEL short)
+if(NOT CMAKE_SYSTEM_NAME MATCHES Darwin)
+ RB_ADD_GBENCHMARK(InterpreterBenchmarks
+ RunInterpreter.cxx
4
+ LABEL short)
5
-RB_ADD_GBENCHMARK(InterpreterBenchmarksNoPCH
6
- RunInterpreterNoPCH.cxx
7
+ RB_ADD_GBENCHMARK(InterpreterBenchmarksNoPCH
+ RunInterpreterNoPCH.cxx
8
9
+endif()
0 commit comments