Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wolf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
mobile_robotics
wolf_projects
wolf_lib
wolf
Commits
1146cb0e
Commit
1146cb0e
authored
3 years ago
by
Joan Solà Ortega
Browse files
Options
Downloads
Patches
Plain Diff
message status in cmake
parent
f8481670
No related branches found
No related tags found
1 merge request
!440
New tag
Pipeline
#8789
passed
3 years ago
Stage: license
Stage: build_and_test
Stage: deploy
Stage: final
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
with
2 additions
and
2 deletions
CMakeLists.txt
+
2
−
2
View file @
1146cb0e
#Start WOLF build
#Start WOLF build
MESSAGE
(
"Starting WOLF CMakeLists ..."
)
MESSAGE
(
STATUS
"Starting WOLF CMakeLists ..."
)
# Pre-requisites about cmake itself
# Pre-requisites about cmake itself
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.8
)
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.8
)
...
@@ -63,7 +63,7 @@ ENDIF(NOT BUILD_DOC)
...
@@ -63,7 +63,7 @@ ENDIF(NOT BUILD_DOC)
IF
(
PROFILING
)
IF
(
PROFILING
)
add_definitions
(
-DPROFILING
)
add_definitions
(
-DPROFILING
)
message
(
"Compiling with profiling options..."
)
message
(
STATUS
"Compiling with profiling options..."
)
ENDIF
(
PROFILING
)
ENDIF
(
PROFILING
)
if
(
BUILD_TESTS
)
if
(
BUILD_TESTS
)
...
...
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