projects
/
platform
/
core
/
api
/
app-manager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
830eb89
)
Fix build error issue for cmake 3.31 version upgrade
08/320008/1
author
Hwankyu Jhun
<h.jhun@samsung.com>
Fri, 21 Feb 2025 00:40:49 +0000
(09:40 +0900)
committer
Hwankyu Jhun
<h.jhun@samsung.com>
Fri, 21 Feb 2025 00:40:49 +0000
(09:40 +0900)
- Use c++17
Change-Id: I7302311b04e2c3719f2605377a498a44b4130a11
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index f7c34172c36d2bd38ab567f6120a4282f2e3bba6..042609056a1530104a1c74f8eff4415c456bb4be 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-17,7
+17,7
@@
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-error=deprecated-declarations")
SET(CMAKE_C_FLAGS_DEBUG "-O0 -g")
SET(CMAKE_C_FLAGS_RELEASE "-O2")
-SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${EXTRA_C_FLAGS} -fPIC")
+SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${EXTRA_C_FLAGS} -fPIC
-std=c++17
")
SET(CMAKE_CXX_FLAGS_DEBUG "-O0 -g")
SET(CMAKE_CXX_FLAGS_RELEASE "-O2")