Skip to content
Snippets Groups Projects
Commit 7efdec14 authored by Daniel Agar's avatar Daniel Agar Committed by Lorenz Meier
Browse files

cmake nuttx skip upload helper without cdcacm

parent ed95dced
Branches
Tags
No related merge requests found
......@@ -157,6 +157,9 @@ if (TARGET parameters_xml AND TARGET airframes_xml)
)
else()
# create upload target helper if NuttX USB CDCACM is present
if (CONFIG_CDCACM)
# NuttX CDCACM vendor and product strings
set(vendorstr_underscore)
set(productstr_underscore)
......@@ -216,6 +219,7 @@ if (TARGET parameters_xml AND TARGET airframes_xml)
VERBATIM
USES_TERMINAL
)
endif()
endif()
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment