Skip to content
Snippets Groups Projects
Commit a01d703d authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[CMake] Require C++14

On 16.04, fix:
…/dynamic-graph-python-4.0.0/include/dynamic-graph/python/module.hh:47:26: error: 'exposeEntity' function uses 'auto' type specifier without trailing return type
inline auto exposeEntity() {
^
parent 25e6aaa4
No related branches found
No related tags found
No related merge requests found
Pipeline #12116 passed with warnings
......@@ -25,6 +25,7 @@ INCLUDE(cmake/python.cmake)
# Project definition
COMPUTE_PROJECT_ARGS(PROJECT_ARGS LANGUAGES CXX)
PROJECT(${PROJECT_NAME} ${PROJECT_ARGS})
CHECK_MINIMAL_CXX_STANDARD(14 ENFORCE)
# Project dependencies
FINDPYTHON()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment