diff --git a/python/dune/codegen/sumfact/autotune.py b/python/dune/codegen/sumfact/autotune.py index 4b9a1d132214652a9258cb59b46364117aeece1f..566e15de5c20733abbb25e70da775f30f8432b1e 100644 --- a/python/dune/codegen/sumfact/autotune.py +++ b/python/dune/codegen/sumfact/autotune.py @@ -209,7 +209,7 @@ def autotune_realization(sf): # Check whether the user specified an execution wrapper call = [] - wrapper = get_cmake_cache_entry("DUNE_PERFTOOL_BENCHMARK_WRAPPER") + wrapper = get_cmake_cache_entry("DUNE_CODEGEN_BENCHMARK_WRAPPER") if wrapper: call.append(wrapper)