cmake update CXX standard 11 -> 14

- this doesn't really change anything, just staying in sync with PX4/Firmware
This commit is contained in:
Daniel Agar 2020-05-01 13:33:49 -04:00 committed by GitHub
parent cda7486897
commit 12835b999e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)