forked from Archive/PX4-Autopilot
cmake update CXX standard 11 -> 14
- this doesn't really change anything, just staying in sync with PX4/Firmware
This commit is contained in:
parent
cda7486897
commit
12835b999e
|
@ -56,7 +56,7 @@ execute_process(
|
|||
|
||||
message(STATUS "PX4 ECL: Very lightweight Estimation & Control Library ${git_tag}")
|
||||
|
||||
set(CMAKE_CXX_STANDARD 11)
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
||||
|
|
Loading…
Reference in New Issue