Code Review
/
src
/
libafb-helpers.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
1eb7fc7
)
Use C++11 standard by default
sandbox/claneys/pkg_wip
author
Romain Forlot
<romain.forlot@iot.bzh>
Fri, 22 Mar 2019 10:01:34 +0000
(11:01 +0100)
committer
Romain Forlot
<romain.forlot@iot.bzh>
Fri, 22 Mar 2019 10:01:34 +0000
(11:01 +0100)
Needed for older Ubuntu LTS distribution 16.04
Change-Id: I7c1d23eecf34b2e86cfcd9de5a8f755c690cbe26
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
95ce156
..
4815dfb
100644
(file)
--- 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)
if(NOT CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr")