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 2fbf5e0 commit 4297605Copy full SHA for 4297605
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
if(DEFINED CODSPEED_MODE)
15
# Define a preprocessor macro based on the build mode
0 commit comments