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
Guilhem Saurel
hpp-fcl
Commits
a8494278
Verified
Commit
a8494278
authored
Dec 07, 2019
by
Justin Carpentier
Browse files
cmake: set C/C++ standard
Avoid useless warnings
parent
8597a850
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
a8494278
...
...
@@ -41,6 +41,9 @@ set(PROJECT_DESCRIPTION
)
SET
(
PROJECT_USE_CMAKE_EXPORT TRUE
)
SET
(
CMAKE_C_STANDARD 99
)
SET
(
CMAKE_CXX_STANDARD 98
)
# Do not support CMake older than 2.8.12
CMAKE_POLICY
(
SET CMP0022 NEW
)
SET
(
PROJECT_USE_KEYWORD_LINK_LIBRARIES TRUE
)
...
...
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