Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
4d8370f6
Commit
4d8370f6
authored
Feb 21, 2011
by
James Goppert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Packaging fixes.
parent
3530275e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
8 deletions
+3
-8
.gitignore
.gitignore
+1
-0
CMakeLists.txt
CMakeLists.txt
+2
-8
No files found.
.gitignore
View file @
4d8370f6
*.swp
*.nfs
CMakeFiles
*Makefile*
tags
...
...
CMakeLists.txt
View file @
4d8370f6
...
...
@@ -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
"
\t
LIBRARY
\t\t\t
BUILDING"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment