Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gnss_utils
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
labrobotica
algorithms
gnss_utils
Commits
fb44141a
Commit
fb44141a
authored
3 years ago
by
Joan Solà Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Cosmetics
parent
a360a78e
No related branches found
No related tags found
2 merge requests
!20
new tag
,
!19
new tag
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+7
-1
7 additions, 1 deletion
CMakeLists.txt
with
7 additions
and
1 deletion
CMakeLists.txt
+
7
−
1
View file @
fb44141a
#Start gnss-utils build
MESSAGE
(
"Starting gnss-utils CMakeLists ..."
)
# Pre-requisites about cmake itself
# Pre-requisites about cmake itself
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.
4
)
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.
8
)
if
(
COMMAND cmake_policy
)
if
(
COMMAND cmake_policy
)
cmake_policy
(
SET CMP0005 NEW
)
cmake_policy
(
SET CMP0005 NEW
)
...
@@ -7,6 +10,9 @@ if(COMMAND cmake_policy)
...
@@ -7,6 +10,9 @@ if(COMMAND cmake_policy)
endif
(
COMMAND cmake_policy
)
endif
(
COMMAND cmake_policy
)
# MAC OSX RPATH
set
(
CMAKE_MACOSX_RPATH true
)
# The project name and the type of project
# The project name and the type of project
PROJECT
(
gnss_utils
)
PROJECT
(
gnss_utils
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment