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

CMake: fix standard

to avoid inclusion order issues between boost & pinocchio after
clang-format
parent 868fdc75
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ INCLUDE(cmake/sphinx.cmake) ...@@ -31,7 +31,7 @@ INCLUDE(cmake/sphinx.cmake)
# Project definition # Project definition
COMPUTE_PROJECT_ARGS(PROJECT_ARGS LANGUAGES CXX) COMPUTE_PROJECT_ARGS(PROJECT_ARGS LANGUAGES CXX)
PROJECT(${PROJECT_NAME} ${PROJECT_ARGS}) PROJECT(${PROJECT_NAME} ${PROJECT_ARGS})
CHECK_MINIMAL_CXX_STANDARD(11 ENFORCE) CHECK_MINIMAL_CXX_STANDARD(14 ENFORCE)
# Project dependencies # Project dependencies
ADD_PROJECT_DEPENDENCY(dynamic-graph REQUIRED) ADD_PROJECT_DEPENDENCY(dynamic-graph REQUIRED)
......
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