Skip to content
Snippets Groups Projects
Commit 5d9dcae1 authored by Pierre Fernbach's avatar Pierre Fernbach Committed by Guilhem Saurel
Browse files

[CMakeList] set c++11 by default, required for serialization number macro

parent 2b8f0599
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ INCLUDE(cmake/python.cmake)
# Project definition
COMPUTE_PROJECT_ARGS(PROJECT_ARGS LANGUAGES CXX)
PROJECT(${PROJECT_NAME} ${PROJECT_ARGS})
SET(CMAKE_CXX_STANDARD 11)
# Project dependencies
ADD_PROJECT_DEPENDENCY(Eigen3 REQUIRED PKG_CONFIG_REQUIRES eigen3)
......
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