output proper library name

This commit is contained in:
Alex Fabijanic 2017-10-04 14:56:38 -05:00
parent 48c86cf806
commit 5d781f203e

View File

@ -1,7 +1,7 @@
# warning: this must be defined before target, otherwise
# the link_directories() directive is ignored
if(MSVC AND USING_INTERNAL_OPENSSL)
message(STATUS "Crypto: using internal OpenSSL from ${OPENSSL_ROOT_DIR}")
message(STATUS "${LIBNAME}: using internal OpenSSL from ${OPENSSL_ROOT_DIR}")
if(POCO_STATIC)
set(POCO_WIN_LIB_DIR "lib")