Skip to content

Commit 4297605

Browse files
fixup! feat(google_benchmark): add file name to benchmark URI
1 parent 2fbf5e0 commit 4297605

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
if(DEFINED CODSPEED_MODE)
1315
# Define a preprocessor macro based on the build mode

0 commit comments

Comments
 (0)