From 364ca42837650fc2d87d54e2e6ea823bbb18b795 Mon Sep 17 00:00:00 2001 From: raiden00pl Date: Mon, 5 Feb 2024 09:34:56 +0100 Subject: [PATCH] cmake: fix spinlock_bench compilation --- benchmarks/spinlock_bench/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/spinlock_bench/CMakeLists.txt b/benchmarks/spinlock_bench/CMakeLists.txt index 8cf14f37c..2707c223a 100644 --- a/benchmarks/spinlock_bench/CMakeLists.txt +++ b/benchmarks/spinlock_bench/CMakeLists.txt @@ -24,7 +24,7 @@ if(CONFIG_BENCHMARK_SPINLOCK) # Config and Fetch Coremark application # ############################################################################ - set(SPINLOCKAPP_DIR ${CMAKE_CURRENT_LIST_DIR}/spinlock_bench) + set(SPINLOCKAPP_DIR ${CMAKE_CURRENT_LIST_DIR}) # ############################################################################ # Sources