Skip to content
Snippets Groups Projects
Commit 47094aa1 authored by Beat Küng's avatar Beat Küng Committed by Daniel Agar
Browse files

cmake configs: remove unneeded sitl files

This is all done through posix_sitl_default.cmake and env variables:
- PX4_ESTIMATOR
- replay
parent 1a4396c1
No related branches found
No related tags found
No related merge requests found
include(cmake/configs/posix_sitl_default.cmake)
set(config_sitl_rcS_dir
posix-configs/SITL/init/inav
)
\ No newline at end of file
include(cmake/configs/posix_sitl_default.cmake)
# This is already the default, but lets explicitly set it again to lpe.
set(config_sitl_rcS_dir
posix-configs/SITL/init/lpe
)
set(CMAKE_TOOLCHAIN_FILE ${PX4_SOURCE_DIR}/cmake/toolchains/Toolchain-native.cmake)
set(config_module_list
drivers/boards/sitl
systemcmds/param
systemcmds/ver
systemcmds/perf
modules/ekf2
modules/ekf2_replay
modules/logger
)
set(config_extra_builtin_cmds
serdis
sercon
)
set(config_sitl_rcS_dir
posix-configs/SITL/init/replay
CACHE INTERNAL "init script dir for sitl"
)
set(config_sitl_viewer
replay
CACHE STRING "viewer for sitl"
)
set_property(CACHE config_sitl_viewer
PROPERTY STRINGS "replay;none")
set(config_sitl_debugger
disable
CACHE STRING "debugger for sitl"
)
set_property(CACHE config_sitl_debugger
PROPERTY STRINGS "disable;gdb;lldb")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment