]> git.lyx.org Git - features.git/blobdiff - development/cmake/src/support/CMakeLists.txt
UNDO: enc
[features.git] / development / cmake / src / support / CMakeLists.txt
index a98fadfbcea9093f21955b42f2db32bd9fcf1e2b..4ff45876c8e57798941be338258afa06a06c4b95 100644 (file)
@@ -49,8 +49,7 @@ include_directories(${TOP_SRC_DIR}/src/support
        ${TOP_SRC_DIR}/src/support/mythes
        ${QT_INCLUDES}
        ${ICONV_INCLUDE_DIR}
-       ${ZLIB_INCLUDE_DIR}
-       ${OPENSSL_INCLUDE_DIR})
+       ${ZLIB_INCLUDE_DIR})
 
 
 if(NOT LYX_MERGE_FILES)
@@ -71,7 +70,7 @@ else()
                ${support_mythes_sources} ${support_linkback_sources} ${support_headers} ${dont_merge})
 endif()
 
-target_link_libraries(support ${Lyx_Boost_Libraries} ${QT_QTCORE_LIBRARY} ${ZLIB_LIBRARY} ${OPENSSL_LIBRARIES})
+target_link_libraries(support ${Lyx_Boost_Libraries} ${QT_QTCORE_LIBRARY} ${ZLIB_LIBRARY})
 
 lyx_add_gcc_pch(support)