mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 19:32:36 +08:00
cmake don't build param "c" files and remove param defines
- these aren't actual source code
This commit is contained in:
@@ -35,7 +35,7 @@ set(SRCS)
|
||||
|
||||
if (NOT "${PX4_PLATFORM}" MATCHES "qurt" AND NOT "${PX4_BOARD}" MATCHES "io-v2")
|
||||
list(APPEND SRCS
|
||||
px4_log.c
|
||||
px4_log.cpp
|
||||
)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user