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 df54540 commit b421468Copy full SHA for b421468
google_benchmark/cmake/Codspeed.cmake
@@ -6,8 +6,10 @@ execute_process(
6
OUTPUT_STRIP_TRAILING_WHITESPACE
7
)
8
9
-target_compile_definitions(codspeed
10
- INTERFACE -DCODSPEED_GIT_ROOT_DIR="${GIT_ROOT_DIR}")
+target_compile_definitions(
+ codspeed
11
+ INTERFACE -DCODSPEED_GIT_ROOT_DIR="${GIT_ROOT_DIR}"
12
+)
13
14
# Step 1: Check if CODSPEED_MODE is set via the command line
15
0 commit comments