projects
/
platform
/
core
/
api
/
nsd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32af018
)
Fix std=c++14 for gtest 1.14.0 version upgrade
08/305408/1
accepted/tizen/unified/20240318.071625
accepted/tizen/unified/x/20240319.055433
author
Jaehyun Kim
<jeik01.kim@samsung.com>
Thu, 1 Feb 2024 07:44:00 +0000
(16:44 +0900)
committer
Jaehyun Kim
<jeik01.kim@samsung.com>
Thu, 1 Feb 2024 07:45:24 +0000
(16:45 +0900)
Change-Id: Id656a86f449f239fd94b631f5b03cf405d97fea5
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
tests/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/tests/CMakeLists.txt
b/tests/CMakeLists.txt
index a4667ac1e08bed5bd8cef9571a39522149a25363..7e296ca0aff8df3c1afd6e1b76fbd9e399f67f8b 100644
(file)
--- a/
tests/CMakeLists.txt
+++ b/
tests/CMakeLists.txt
@@
-52,7
+52,7
@@
PKG_CHECK_MODULES(unittest_pkgs REQUIRED ${GTEST_DEPS})
############################# compiler flags ##################################
-SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${EXTRA_FLAGS} -std=c++1
1
")
+SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${EXTRA_FLAGS} -std=c++1
4
")
######################## directory configuration ############################