Skip to content
Snippets Groups Projects
Commit 5a979778 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

[skip ci] PERFTOOL -> CODEGEN in autotune wrapper variable

parent 2178f7cd
No related branches found
No related tags found
No related merge requests found
...@@ -209,7 +209,7 @@ def autotune_realization(sf): ...@@ -209,7 +209,7 @@ def autotune_realization(sf):
# Check whether the user specified an execution wrapper # Check whether the user specified an execution wrapper
call = [] call = []
wrapper = get_cmake_cache_entry("DUNE_PERFTOOL_BENCHMARK_WRAPPER") wrapper = get_cmake_cache_entry("DUNE_CODEGEN_BENCHMARK_WRAPPER")
if wrapper: if wrapper:
call.append(wrapper) call.append(wrapper)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment