X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2Fcmake%2Fsrc%2Fsupport%2FCMakeLists.txt;h=4ff45876c8e57798941be338258afa06a06c4b95;hb=c09d33120d05af8c237032147a787b214c1f3375;hp=a98fadfbcea9093f21955b42f2db32bd9fcf1e2b;hpb=72292b98a64c152c3b8862456c49067f74449cef;p=features.git diff --git a/development/cmake/src/support/CMakeLists.txt b/development/cmake/src/support/CMakeLists.txt index a98fadfbce..4ff45876c8 100644 --- a/development/cmake/src/support/CMakeLists.txt +++ b/development/cmake/src/support/CMakeLists.txt @@ -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)