comparison CMakeLists.txt @ 956:5e682f1cebcc

irccd: improve SSL support and add basic whois
author David Demelier <markand@malikania.fr>
date Thu, 21 Jan 2021 09:49:42 +0100
parents 9fcb0038fe0a
children 8becffd7617a
comparison
equal deleted inserted replaced
955:9b167c5c4b78 956:5e682f1cebcc
30 option(IRCCD_WITH_IRCCD "Enable irccd daemon" On) 30 option(IRCCD_WITH_IRCCD "Enable irccd daemon" On)
31 option(IRCCD_WITH_IRCCDCTL "Enable irccdctl utility" On) 31 option(IRCCD_WITH_IRCCDCTL "Enable irccdctl utility" On)
32 option(IRCCD_WITH_TESTS "Enable unit tests" Off) 32 option(IRCCD_WITH_TESTS "Enable unit tests" Off)
33 33
34 if (CMAKE_C_COMPILER_ID MATCHES "GNU|Clang") 34 if (CMAKE_C_COMPILER_ID MATCHES "GNU|Clang")
35 set(CMAKE_C_FLAGS "-Wall -Wextra") 35 set(CMAKE_C_FLAGS "-Wall -Wextra ${CMAKE_C_FLAGS}")
36 endif () 36 endif ()
37 37
38 include(GNUInstallDirs) 38 include(GNUInstallDirs)
39 39
40 if (IRCCD_WITH_SSL) 40 if (IRCCD_WITH_SSL)