projects
/
platform
/
core
/
pim
/
calendar-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fda1f0
)
Fixed Build error in ICU Version update
95/319995/1
accepted/tizen_unified
accepted/tizen_unified_x
tizen
accepted/tizen/unified/20250224.031300
accepted/tizen/unified/x/20250225.083141
author
Yogesh Kumar Shukla
<y.shukla@samsung.com>
Thu, 20 Feb 2025 13:00:46 +0000
(18:30 +0530)
committer
Yogesh Kumar Shukla
<y.shukla@samsung.com>
Thu, 20 Feb 2025 13:00:46 +0000
(18:30 +0530)
Change-Id: I689d3eec822946d1f84b90b704d4fe2f912cdb89
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 6559817f541e8ea7486c66f72824757b4d104219..2e928728d7134728f88d99c16bc341b2066b5ab0 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-7,6
+7,9
@@
SET(EXTRA_CFLAGS "-Wall -Werror-implicit-function-declaration -fvisibility=hidde
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_CFLAGS}")
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${EXTRA_CFLAGS}")
+SET(CMAKE_CXX_STANDARD 17)
+SET(CMAKE_CXX_EXTENSIONS ON)
+
SET(CLIENT calendar-service2)
SET(DAEMON calendar-serviced)