Skip to content

Commit

Permalink
Merge pull request #395 from dronecore/fix-mission-example
Browse files Browse the repository at this point in the history
fly_qgc_mission: link to json11
  • Loading branch information
julianoes authored May 17, 2018
2 parents 52b02ba + be14232 commit 3c282b5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion example/fly_mission/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ target_link_libraries(fly_mission
dronecore_action
dronecore_mission
dronecore_telemetry
json11
)
2 changes: 1 addition & 1 deletion plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include_directories(
SYSTEM ${CMAKE_SOURCE_DIR}/third_party/mavlink/include
)

if(IOS OR ANDROID OR APPLE)
if(IOS OR ANDROID)
set(PLUGIN_LIBRARY_TYPE STATIC)
else()
set(PLUGIN_LIBRARY_TYPE SHARED)
Expand Down
2 changes: 1 addition & 1 deletion plugins/mission/third_party/json11
Submodule json11 updated 1 files
+8 −3 CMakeLists.txt

0 comments on commit 3c282b5

Please sign in to comment.