Browse Source

platforms: try to get submodule checked out

sbg
Julian Oes 6 years ago
parent
commit
357870377a
  1. 1
      platforms/posix/src/px4_layer/CMakeLists.txt

1
platforms/posix/src/px4_layer/CMakeLists.txt

@ -59,6 +59,7 @@ target_link_libraries(px4_layer PRIVATE px4_daemon) @@ -59,6 +59,7 @@ target_link_libraries(px4_layer PRIVATE px4_daemon)
if(LOCKSTEP_SCHEDULER_NEEDED)
target_link_libraries(px4_layer PRIVATE lockstep_scheduler)
include_directories(${PX4_SOURCE_DIR}/src/platforms/posix/lockstep_scheduler/include)
px4_add_git_submodule(TARGET git_lockstep_scheduler PATH "${PX4_SOURCE_DIR}/src/platforms/posix/lockstep_scheduler")
endif()

Loading…
Cancel
Save