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
ec2f7ad6
Commit
ec2f7ad6
authored
Feb 28, 2011
by
James Goppert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cmake bug fix.
parent
2d8d4a65
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
CMakeLists.txt
CMakeLists.txt
+4
-7
No files found.
CMakeLists.txt
View file @
ec2f7ad6
...
@@ -78,8 +78,9 @@ enable_language(CXX)
...
@@ -78,8 +78,9 @@ enable_language(CXX)
# installer
# installer
include
(
InstallRequiredSystemLibraries
)
include
(
InstallRequiredSystemLibraries
)
set
(
CPACK_PACKAGE_FILE_NAME
"
${
PROJECT_NAME
}
-
${
qgroundcontrol_VERSION
}
"
)
set
(
CPACK_PACKAGE_FILE_NAME
"
${
PROJECT_NAME
}
-
${
qgroundcontrol_VERSION
}
"
)
set
(
CPACK_SOURCE_PACKAGE_FILE_NAME
"
${
PROJECT_NAME
}
-
${
qgroundcontrol_VERSION
}
"
)
set
(
CPACK_GENERATOR
"DEB"
)
set
(
CPACK_GENERATOR
"DEB"
)
set
(
CPACK_SOURCE_GENERATOR
"TGZ
;ZIP
"
)
set
(
CPACK_SOURCE_GENERATOR
"TGZ"
)
set
(
CPACK_INSTALL_PREFIX
"
${
CMAKE_INSTALL_PREFIX
}
"
)
set
(
CPACK_INSTALL_PREFIX
"
${
CMAKE_INSTALL_PREFIX
}
"
)
set
(
CPACK_SET_DESTDIR TRUE
)
set
(
CPACK_SET_DESTDIR TRUE
)
set
(
CPACK_PACKAGE_CONTACT
"James Goppert james.goppert@gmail.com"
)
set
(
CPACK_PACKAGE_CONTACT
"James Goppert james.goppert@gmail.com"
)
...
@@ -89,7 +90,8 @@ set(CPACK_PACKAGE_DESCRITION_SUMMARY "
...
@@ -89,7 +90,8 @@ set(CPACK_PACKAGE_DESCRITION_SUMMARY "
A qt based ground-control program for unmanned systems.
A qt based ground-control program for unmanned systems.
"
)
"
)
set
(
CPACK_SOURCE_IGNORE_FILES
${
CPACK_SOURCE_IGNORE_FILES
}
set
(
CPACK_SOURCE_IGNORE_FILES
${
CPACK_SOURCE_IGNORE_FILES
}
/.git/;/build/;~$;.*\\\\.bin$;.*\\\\.swp$
)
"/.git/"
;
"/build/"
;
"~$"
;
".*
\\\\
.bin$"
;
".*
\\\\
.swp$"
)
set
(
CPACK_RESOURCE_FILE_LICENSE
"
${
CMAKE_SOURCE_DIR
}
/license.txt"
)
set
(
CPACK_RESOURCE_FILE_LICENSE
"
${
CMAKE_SOURCE_DIR
}
/license.txt"
)
set
(
CPACK_RESOURCE_FILE_README
"
${
CMAKE_SOURCE_DIR
}
/README"
)
set
(
CPACK_RESOURCE_FILE_README
"
${
CMAKE_SOURCE_DIR
}
/README"
)
set
(
CPACK_PACKAGE_VERSION_MAJOR
${
qgroundcontrol_VERSION_MAJOR
}
)
set
(
CPACK_PACKAGE_VERSION_MAJOR
${
qgroundcontrol_VERSION_MAJOR
}
)
...
@@ -196,11 +198,6 @@ else()
...
@@ -196,11 +198,6 @@ else()
message
(
STATUS
"
\t\t
MAVLINK
\t
NO"
)
message
(
STATUS
"
\t\t
MAVLINK
\t
NO"
)
endif
()
endif
()
# fix for osg found bug
if
(
NOT
${
OSG_LIBRARY
}
STREQUAL
"OSG_LIBRARY-NOTFOUND"
)
set
(
OPENSCENEGRAPH_FOUND FALSE
)
endif
()
if
(
OPENSCENEGRAPH_FOUND
)
if
(
OPENSCENEGRAPH_FOUND
)
message
(
STATUS
"
\t\t
OpenSceneGraph
\t
NO"
)
message
(
STATUS
"
\t\t
OpenSceneGraph
\t
NO"
)
else
()
else
()
...
...
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