projects
/
platform
/
core
/
uifw
/
multi-assistant.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9570d62
)
Change required c++ version from 11 to 14 for gtest upgrade
12/305412/1
accepted/tizen/unified/20240318.071615
accepted/tizen/unified/x/20240319.055514
author
Ji-hoon Lee
<dalton.lee@samsung.com>
Thu, 1 Feb 2024 08:51:40 +0000
(17:51 +0900)
committer
Ji-hoon Lee
<dalton.lee@samsung.com>
Thu, 1 Feb 2024 08:51:40 +0000
(17:51 +0900)
Change-Id: Iebc001de34269368cacfe103ad7bf302b261f98c
tests/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/tests/CMakeLists.txt
b/tests/CMakeLists.txt
index 5ca1fe73449e7b888ad3129ea562690e30420e28..f2d0a4e3a256cca46f80537cc9090bb81d80cdd5 100644
(file)
--- a/
tests/CMakeLists.txt
+++ b/
tests/CMakeLists.txt
@@
-32,7
+32,7
@@
SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} -fPIE")
SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} -Werror")
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_CFLAGS}")
-SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} -std=c++1
1
")
+SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} -std=c++1
4
")
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${EXTRA_CFLAGS}")
SET(SOURCES "")