Skip to content
GitLab
Menu
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
dynamic-graph
Commits
8d3641ba
Unverified
Commit
8d3641ba
authored
Aug 19, 2021
by
Guilhem Saurel
Committed by
GitHub
Aug 19, 2021
Browse files
Merge pull request #90 from nim65s/devel
[CMake] upgrade C++ standard from 11 to 14
parents
47617805
0656d1f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
8d3641ba
...
...
@@ -25,7 +25,7 @@ INCLUDE(cmake/boost.cmake)
# Project definition
COMPUTE_PROJECT_ARGS
(
PROJECT_ARGS LANGUAGES CXX
)
PROJECT
(
${
PROJECT_NAME
}
${
PROJECT_ARGS
}
)
CHECK_MINIMAL_CXX_STANDARD
(
1
1
ENFORCE
)
CHECK_MINIMAL_CXX_STANDARD
(
1
4
ENFORCE
)
INCLUDE
(
cmake/pthread.cmake
)
# needs to be included after the CXX definition
...
...
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