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 d4fbf32 commit d777bc0Copy full SHA for d777bc0
google_benchmark/cmake/Codspeed.cmake
@@ -21,10 +21,6 @@ if(DEFINED CODSPEED_MODE)
21
elseif(CODSPEED_MODE STREQUAL "walltime")
22
target_compile_definitions(codspeed INTERFACE -DCODSPEED_WALLTIME)
23
else()
24
- # Step 3: Default to "instrumentation" if no value is provided
25
- set(CODSPEED_MODE "instrumentation")
26
- endif()
27
-endif()
28
message(
29
FATAL_ERROR
30
"Invalid build mode: ${CODSPEED_MODE}. Use 'instrumentation' or 'walltime'."
0 commit comments