mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-03 15:43:12 +00:00
testing/ramtest/CMakeLists.txt: fix the names of the config entry
CONFIG_SYSTEM_ -> CONFIG_TESTING_ fix Relative file path does not match actual file.
This commit is contained in:
parent
3ff320756a
commit
94ccbf0577
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# ##############################################################################
|
||||
# apps/system/ramtest/CMakeLists.txt
|
||||
# apps/testing/ramtest/CMakeLists.txt
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
|
||||
# license agreements. See the NOTICE file distributed with this work for
|
||||
|
|
@ -18,6 +18,6 @@
|
|||
#
|
||||
# ##############################################################################
|
||||
|
||||
if(CONFIG_SYSTEM_RAMTEST)
|
||||
if(CONFIG_TESTING_RAMTEST)
|
||||
nuttx_add_application(NAME ramtest)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue