Browse Source

Set SITL as default target now that Pixhawk is not necessarily the default HW

sbg
Lorenz Meier 9 years ago
parent
commit
5b06b40ed9
  1. 2
      CMakeLists.txt
  2. 2
      Makefile

2
CMakeLists.txt

@ -132,7 +132,7 @@ cmake_minimum_required(VERSION 2.8 FATAL_ERROR) @@ -132,7 +132,7 @@ cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
set(CMAKE_BUILD_TYPE "" CACHE STRING "build type")
set_property(CACHE CMAKE_BUILD_TYPE PROPERTY
STRINGS ";Debug;Release;RelWithDebInfo;MinSizeRel")
set(CONFIG "nuttx_px4fmu-v2_default" CACHE STRING "desired configuration")
set(CONFIG "posix_sitl_default" CACHE STRING "desired configuration")
file(GLOB_RECURSE configs RELATIVE cmake/configs "cmake/configs/*.cmake")
set_property(CACHE CONFIG PROPERTY STRINGS ${configs})
set(THREADS "4" CACHE STRING

2
Makefile

@ -77,7 +77,7 @@ endif @@ -77,7 +77,7 @@ endif
# in that directory with the target upload.
# explicity set default build target
all: px4fmu-v2_default
all: posix_sitl_default
# Parsing
# --------------------------------------------------------------------

Loading…
Cancel
Save