Skip to content

Commit b421468

Browse files
fixup! feat(google_benchmark): add file name to benchmark URI
1 parent df54540 commit b421468

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

google_benchmark/cmake/Codspeed.cmake

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ execute_process(
66
OUTPUT_STRIP_TRAILING_WHITESPACE
77
)
88

9-
target_compile_definitions(codspeed
10-
INTERFACE -DCODSPEED_GIT_ROOT_DIR="${GIT_ROOT_DIR}")
9+
target_compile_definitions(
10+
codspeed
11+
INTERFACE -DCODSPEED_GIT_ROOT_DIR="${GIT_ROOT_DIR}"
12+
)
1113

1214
# Step 1: Check if CODSPEED_MODE is set via the command line
1315

0 commit comments

Comments
 (0)