[cmake] debug: print ssl root dir
Signed-off-by: crueter <crueter@crueter.xyz>
This commit is contained in:
parent
2e23caef2b
commit
1e16dace99
1 changed files with 1 additions and 0 deletions
|
@ -389,6 +389,7 @@ if(ENABLE_OPENSSL)
|
|||
if (MSVC)
|
||||
# default for slproweb
|
||||
set(OPENSSL_ROOT_DIR "C:/Program Files/OpenSSL-Win64" CACHE STRING "OpenSSL install path")
|
||||
message(STATUS "OpenSSL root dir set to ${OPENSSL_ROOT_DIR}")
|
||||
endif()
|
||||
|
||||
find_package(OpenSSL 1.1.1 REQUIRED)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue