Skip to content

Commit

Permalink
Fix mis-matching argument in closing tag for cmake macro (google#1714) (
Browse files Browse the repository at this point in the history
google#1715)

Co-authored-by: Iakov Sergeev <yahontu@gmail.com>
  • Loading branch information
iakovs and yahont authored Dec 20, 2023
1 parent 9a0422e commit 6b7e86c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Gergő Szitár <szitar.gergo@gmail.com>
Hannes Hauswedell <h2@fsfe.org>
Henrique Bucher <hbucher@gmail.com>
Ismael Jimenez Martinez <ismael.jimenez.martinez@gmail.com>
Iakov Sergeev <yahontu@gmail.com>
Jern-Kuan Leong <jernkuan@gmail.com>
JianXiong Zhou <zhoujianxiong2@gmail.com>
Joao Paulo Magalhaes <joaoppmagalhaes@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ macro(benchmark_add_test)
cmake_parse_arguments(TEST "" "NAME" "" ${ARGN})
set_tests_properties(${TEST_NAME} PROPERTIES ENVIRONMENT_MODIFICATION "PATH=path_list_prepend:$<TARGET_FILE_DIR:benchmark::benchmark>")
endif()
endmacro(compile_output_test)
endmacro(benchmark_add_test)

# Demonstration executable
compile_benchmark_test(benchmark_test)
Expand Down

0 comments on commit 6b7e86c

Please sign in to comment.