summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorPino Toscano <pino@kde.org>2012-02-20 22:18:00 +0100
committerPino Toscano <pino@kde.org>2012-02-20 22:18:00 +0100
commitd0186c558f4a84a9317687ad50b460d34fb5fdf0 (patch)
treef2406af118ce3482d54cd211e9c04cebd6ff447f /config.h.cmake
parente48c22d3b70412015b9cc07a9a6ce07845274e13 (diff)
cmake: support for lcms2
followup of e48c22d3b70412015b9cc07a9a6ce07845274e13 also for the CMake build system, importing the FindLCMS2.cmake from kdelibs
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 7dcb1f70..3c7b9681 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -180,6 +180,9 @@
/* Use single precision arithmetic in the Splash backend */
#cmakedefine USE_FLOAT 1
+/* Defines if use lcms1 */
+#cmakedefine USE_LCMS1 1
+
/* Version number of package */
#define VERSION "${POPPLER_VERSION}"