projects
/
platform
/
core
/
test
/
security-tests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b41030e
)
Switch to c++17
10/244410/1
author
Krzysztof Jackiewicz
<k.jackiewicz@samsung.com>
Fri, 18 Sep 2020 07:53:41 +0000
(09:53 +0200)
committer
Krzysztof Jackiewicz
<k.jackiewicz@samsung.com>
Fri, 18 Sep 2020 07:53:41 +0000
(09:53 +0200)
Latest key-manager changes require c++17.
Change-Id: Ifadce309c2fa195fe4d2a432770803308f1e29d1
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
26b21d0
..
e941f15
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-35,7
+35,7
@@
INCLUDE(FindPkgConfig)
############################# compiler flags ##################################
SET(CMAKE_C_FLAGS "-g")
-SET(CMAKE_CXX_FLAGS "-g -std=c++1
4
")
+SET(CMAKE_CXX_FLAGS "-g -std=c++1
7
")
SET(CMAKE_C_FLAGS_PROFILING "-O0 -pg")
SET(CMAKE_CXX_FLAGS_PROFILING "-O0 -pg")
SET(CMAKE_C_FLAGS_DEBUG "-O0 -ggdb")