Skip to content

Commit 6b7e86c

Browse files
iakovsyahont
andauthored
Fix mis-matching argument in closing tag for cmake macro (google#1714) (google#1715)
Co-authored-by: Iakov Sergeev <[email protected]>
1 parent 9a0422e commit 6b7e86c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CONTRIBUTORS

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Gergő Szitár <[email protected]>
5656
Hannes Hauswedell <[email protected]>
5757
Henrique Bucher <[email protected]>
5858
Ismael Jimenez Martinez <[email protected]>
59+
Iakov Sergeev <[email protected]>
5960
Jern-Kuan Leong <[email protected]>
6061
JianXiong Zhou <[email protected]>
6162
Joao Paulo Magalhaes <[email protected]>

test/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ macro(benchmark_add_test)
7070
cmake_parse_arguments(TEST "" "NAME" "" ${ARGN})
7171
set_tests_properties(${TEST_NAME} PROPERTIES ENVIRONMENT_MODIFICATION "PATH=path_list_prepend:$<TARGET_FILE_DIR:benchmark::benchmark>")
7272
endif()
73-
endmacro(compile_output_test)
73+
endmacro(benchmark_add_test)
7474

7575
# Demonstration executable
7676
compile_benchmark_test(benchmark_test)

0 commit comments

Comments
 (0)