Skip to content

Commit

Permalink
Fixed add_dependencies call in ctbench_add_graph
Browse files Browse the repository at this point in the history
  • Loading branch information
JPenuchot committed Mar 30, 2022
1 parent f25572c commit 4c4a94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/benchmarking.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ function(ctbench_add_graph category config)
add_dependencies(ctbench-graph-all ${category})

if(NOT ctbench_FOUND)
add_dependencies(${target_name} ctbench-grapher-plot)
add_dependencies(${category} ctbench-grapher-plot)
endif()
endfunction(ctbench_add_graph)

Expand Down

0 comments on commit 4c4a94a

Please sign in to comment.