]> granicus.if.org Git - apache/commitdiff
Report OpenSSL directories in configuration summary
authorJeff Trawick <trawick@apache.org>
Sat, 29 Mar 2014 13:50:37 +0000 (13:50 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 29 Mar 2014 13:50:37 +0000 (13:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1583005 13f79535-47bb-0310-9956-ffa450edef68

CMakeLists.txt

index 89e81465000598c12f5c30fd96380c653295eaf6..1ab783562b299648275dc65a750a3d73936c423f 100644 (file)
@@ -880,6 +880,8 @@ MESSAGE(STATUS "  Install prefix .................. : ${CMAKE_INSTALL_PREFIX}")
 MESSAGE(STATUS "  C compiler ...................... : ${CMAKE_C_COMPILER}")
 MESSAGE(STATUS "  APR include directory ........... : ${APR_INCLUDE_DIR}")
 MESSAGE(STATUS "  APR libraries ................... : ${APR_LIBRARIES}")
+MESSAGE(STATUS "  OpenSSL include directory ....... : ${OPENSSL_INCLUDE_DIR}")
+MESSAGE(STATUS "  OpenSSL libraries ............... : ${OPENSSL_LIBRARIES}")
 MESSAGE(STATUS "  PCRE include directory .......... : ${PCRE_INCLUDE_DIR}")
 MESSAGE(STATUS "  PCRE libraries .................. : ${PCRE_LIBRARIES}")
 MESSAGE(STATUS "  libxml2 iconv prereq include dir. : ${LIBXML2_ICONV_INCLUDE_DIR}")