Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
example-robot-data
Commits
221d3a5e
Commit
221d3a5e
authored
Apr 01, 2020
by
Guilhem Saurel
Browse files
[CMake] set message mode
parent
ecd4218c
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
221d3a5e
...
...
@@ -21,10 +21,10 @@ INCLUDE(cmake/base.cmake)
INCLUDE
(
cmake/python.cmake
)
# Print initial message
MESSAGE
(
"
${
PROJECT_DESCRIPTION
}
, version
${
PROJECT_VERSION
}
"
)
MESSAGE
(
"Copyright (C) 2018-2020 LAAS-CNRS / University of Edinburgh"
)
MESSAGE
(
"All rights reserved."
)
MESSAGE
(
"Released under the BSD 3-Clause License."
)
MESSAGE
(
STATUS
"
${
PROJECT_DESCRIPTION
}
, version
${
PROJECT_VERSION
}
"
)
MESSAGE
(
STATUS
"Copyright (C) 2018-2020 LAAS-CNRS / University of Edinburgh"
)
MESSAGE
(
STATUS
"All rights reserved."
)
MESSAGE
(
STATUS
"Released under the BSD 3-Clause License."
)
# Project definition
COMPUTE_PROJECT_ARGS
(
PROJECT_ARGS LANGUAGES CXX
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment