Commit 4d8370f6 authored by James Goppert's avatar James Goppert

Packaging fixes.

parent 3530275e
*.swp
*.nfs
CMakeFiles
*Makefile*
tags
......
......@@ -40,8 +40,8 @@ endif()
# settings
set(qgroundcontrol_VERSION_MAJOR 0)
set(qgroundcontrol_VERSION_MINOR 2)
set(qgroundcontrol_VERSION_PATCH 0)
set(qgroundcontrol_VERSION_MINOR 8)
set(qgroundcontrol_VERSION_PATCH 3)
set(qgroundcontrol_SOVERSION 0)
set_default(MAVLINK_BUILD_FROM_SOURCE FALSE)
......@@ -159,12 +159,6 @@ install(DIRECTORY "${PROJECT_SOURCE_DIR}/data"
DESTINATION share/qgroundcontrol
PATTERN "*.git*" EXCLUDE)
# pkgconfig
install(FILES
qgroundcontrol.pc
DESTINATION lib/pkgconfig
)
# dependency summary
message(STATUS "=======================================")
message(STATUS "\tLIBRARY\t\t\tBUILDING")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment