~aleteoryx/muditaos

ref: b792bd7735afb34e201d3a2fb81d079e85625241 muditaos/third-party/libical/CMakeLists.txt -rw-r--r-- 419 bytes
b792bd77 — Lukasz Mastalerz [BH-1625] The shutdown window doesn't appear while closing the system 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
SET(ENABLE_GTK_DOC OFF)
SET(STATIC_ONLY TRUE)
SET(ICAL_BUILD_DOCS FALSE)
SET(ICAL_GLIB FALSE)
SET(LIBICAL_BUILD_TESTING FALSE)

include(libical/cmake/modules/LibIcalMacrosInternal.cmake)

# Turn off false positive errors caused by calls to strncpy and snprintf.
libical_add_cflag(-Wno-format-truncation NO_FORMAT_TRUNCATION)
libical_add_cflag(-Wno-stringop-truncation NO_STRINGOP_TRUNCATION)

add_subdirectory(libical)