Skip to content

Commit 364ca42

Browse files
raiden00plxiaoxiang781216
authored andcommitted
cmake: fix spinlock_bench compilation
1 parent 46888aa commit 364ca42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/spinlock_bench/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if(CONFIG_BENCHMARK_SPINLOCK)
2424
# Config and Fetch Coremark application
2525
# ############################################################################
2626

27-
set(SPINLOCKAPP_DIR ${CMAKE_CURRENT_LIST_DIR}/spinlock_bench)
27+
set(SPINLOCKAPP_DIR ${CMAKE_CURRENT_LIST_DIR})
2828

2929
# ############################################################################
3030
# Sources

0 commit comments

Comments
 (0)