We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c90921f commit a4d52fbCopy full SHA for a4d52fb
google_benchmark/cmake/Codspeed.cmake
@@ -26,3 +26,6 @@ if(DEFINED CODSPEED_MODE)
26
"Invalid build mode: ${CODSPEED_MODE}. Use 'instrumentation' or 'walltime'."
27
)
28
endif()
29
+endif()
30
+
31
+message(STATUS "Build mode set to: ${CODSPEED_MODE}")
0 commit comments