summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorBryce Harrington <bryce@bryceharrington.org>2015-04-29 14:12:49 +0000
committerbryce <bryce@ubuntu.com>2015-04-29 14:12:49 +0000
commit2fcb866f8d81fa9dfc408ceaafcb8641113a5f1d (patch)
treef8f5722f77d1fbbd08e0d071c3b6d34ea9bdfbb9 /CMakeLists.txt
parentcmake: Don't depend on OpenSSL (diff)
downloadinkscape-2fcb866f8d81fa9dfc408ceaafcb8641113a5f1d.tar.gz
inkscape-2fcb866f8d81fa9dfc408ceaafcb8641113a5f1d.zip
cmake: Force CMS on to resolve missing DSO linker error
A fix may still be needed if CMS is off, but that may require deeper changes. (bzr r14070.1.3)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7a059d3de..905f714af 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,7 +39,7 @@ set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/lib CACHE INTERNAL "" FORCE )
# Options
# -----------------------------------------------------------------------------
option(WITH_DBUS "Compile with support for DBus interface" OFF)
-option(ENABLE_LCMS "Compile with LCMS support" OFF)
+option(ENABLE_LCMS "Compile with LCMS support" ON)
option(WITH_GNOME_VFS "Compile with support for Gnome VFS" ON)
#option(WITH_INKJAR "Enable support for openoffice files (SVG jars)" ON)