summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2014-11-13 06:22:17 +0100
committerFlorent Le Coz <louiz@louiz.org>2014-11-13 06:44:15 +0100
commit2bb4a347cdfbee92334d5340ba640c8680a81d9e (patch)
tree76f8d377ac569e11a9f259dd33b8b6c75ff6488d /src
parent12eeb4d11eee5b8e6514f0ce8bf7508cc2d6d7a1 (diff)
downloadbiboumi-2bb4a347cdfbee92334d5340ba640c8680a81d9e.tar.gz
biboumi-2bb4a347cdfbee92334d5340ba640c8680a81d9e.tar.bz2
biboumi-2bb4a347cdfbee92334d5340ba640c8680a81d9e.tar.xz
biboumi-2bb4a347cdfbee92334d5340ba640c8680a81d9e.zip
Improve dependencies checks in the build process
- Rename all Find*.cmake files to uppercase, to make things more consistent, and fix some issues with them (notably the REQUIRED flag) - Rename SYSTEMDDAEMON to SYSTEMD and only use the libsystemd instead of libsystemd-daemon because it's deprecated for a long time now - Provide a WITH_* and WITHOUT_* switch for all optional dependencies - Document things in the INSTALL file
Diffstat (limited to 'src')
-rw-r--r--src/config.h.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h.cmake b/src/config.h.cmake
index d8833ad..8eb2d1c 100644
--- a/src/config.h.cmake
+++ b/src/config.h.cmake
@@ -1,7 +1,7 @@
#define SYSTEM_NAME "${CMAKE_SYSTEM}"
#cmakedefine ICONV_SECOND_ARGUMENT_IS_CONST
#cmakedefine LIBIDN_FOUND
-#cmakedefine SYSTEMDDAEMON_FOUND
+#cmakedefine SYSTEMD_FOUND
#cmakedefine POLLER ${POLLER}
#cmakedefine BOTAN_FOUND
#cmakedefine BIBOUMI_VERSION "${BIBOUMI_VERSION}"