summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/DefineDependsandFlags.cmake
diff options
context:
space:
mode:
authorBryce Harrington <bryce@bryceharrington.org>2015-04-29 06:32:07 +0000
committerbryce <bryce@ubuntu.com>2015-04-29 06:32:07 +0000
commit5557c73f06d4c2b3640a93cb3dd2d0eba72ed2ca (patch)
tree9baf5383d9ff010fffbad69277efa49bf9dae470 /CMakeScripts/DefineDependsandFlags.cmake
parentcmake: Force requiring Gnome VFS (diff)
downloadinkscape-5557c73f06d4c2b3640a93cb3dd2d0eba72ed2ca.tar.gz
inkscape-5557c73f06d4c2b3640a93cb3dd2d0eba72ed2ca.zip
cmake: Don't depend on OpenSSL
I'm not sure why this was in the cmake rules but it doesn't seem to be required for plain vanilla Inkscape builds. (bzr r14070.1.2)
Diffstat (limited to 'CMakeScripts/DefineDependsandFlags.cmake')
-rw-r--r--CMakeScripts/DefineDependsandFlags.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeScripts/DefineDependsandFlags.cmake b/CMakeScripts/DefineDependsandFlags.cmake
index 12f0b5240..ffeab5808 100644
--- a/CMakeScripts/DefineDependsandFlags.cmake
+++ b/CMakeScripts/DefineDependsandFlags.cmake
@@ -227,9 +227,9 @@ if(WITH_GTKSPELL)
set(WITH_GTKSPELL ${GTKSPELL_FOUND})
endif()
-find_package(OpenSSL)
-list(APPEND INKSCAPE_INCS_SYS ${OPENSSL_INCLUDE_DIR})
-list(APPEND INKSCAPE_LIBS ${OPENSSL_LIBRARIES})
+#find_package(OpenSSL)
+#list(APPEND INKSCAPE_INCS_SYS ${OPENSSL_INCLUDE_DIR})
+#list(APPEND INKSCAPE_LIBS ${OPENSSL_LIBRARIES})
find_package(LibXslt REQUIRED)
list(APPEND INKSCAPE_INCS_SYS ${LIBXSLT_INCLUDE_DIR})