mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
cmake: fix spinlock_bench compilation
This commit is contained in:
parent
46888aa8e4
commit
364ca42837
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue