We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 224792b commit 805ba0eCopy full SHA for 805ba0e
CMakeLists.txt
@@ -160,9 +160,6 @@ if(WITH_OPENSSL)
160
find_package(OpenSSL)
161
endif(WITH_OPENSSL)
162
if(OPENSSL_FOUND)
163
- message("OpenSSL include dir: ${OPENSSL_INCLUDE_DIR}")
164
- message("OpenSSL libraries: ${OPENSSL_LIBRARIES}")
165
-
166
config_write("#define HAVE_OPENSSL 1\n\n")
167
include_directories(${OPENSSL_INCLUDE_DIR})
168
set(CMAKE_REQUIRED_LIBRARIES ${OPENSSL_LIBRARIES})
0 commit comments