SITL: remove config_sitl_rcS_dir

Not needed anymore
This commit is contained in:
Beat Küng
2018-08-31 17:20:36 +02:00
committed by Daniel Agar
parent 47094aa1f8
commit e26bfd2e79
5 changed files with 8 additions and 23 deletions

View File

@@ -146,11 +146,6 @@ set(config_module_list
#examples/hwtest
)
# Default config_sitl_rcS_dir (posix_sitl_default), this is overwritten later
# for the config posix_sitl_efk2 and set again, explicitly, for posix_sitl_lpe,
# which are based on posix_sitl_default.
set(config_sitl_rcS_dir posix-configs/SITL/init/ekf2 CACHE INTERNAL "init script dir for sitl")
set(config_sitl_viewer jmavsim CACHE STRING "viewer for sitl")
set_property(CACHE config_sitl_viewer PROPERTY STRINGS "jmavsim;none")

View File

@@ -1,5 +1,2 @@
include(cmake/configs/posix_sitl_default.cmake)
set(config_sitl_rcS_dir
posix-configs/SITL/init/test
)