summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2019-03-22 11:01:34 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2019-06-03 14:40:37 +0200
commitbd075d29bbfa73fc8789b53ae49a89bdecda5b15 (patch)
treebbce1ffbdc7d00c901c4571534476b1ba1cc0b80
parentf983fa957119612ce968b5fed5de7937b33bd2a0 (diff)
Needed for older Ubuntu LTS distribution 16.04 Change-Id: I7c1d23eecf34b2e86cfcd9de5a8f755c690cbe26 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 682b42d..e6469db 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -28,7 +28,8 @@ set(PROJECT_URL "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/src/
set(PROJECT_AUTHOR "Ar Foll, Fulup")
set(PROJECT_AUTHOR_MAIL "fulup@iot.bzh")
set(PROJECT_LICENSE "APL2.0")
-set(PROJECT_LANGUAGES "C")
+set(PROJECT_LANGUAGES "C CXX")
+set (CMAKE_CXX_STANDARD 11)
# Add target to project dependency list
set(CMAKE_AUTOMOC ON)