mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 18:45:10 +01:00
output proper library name
This commit is contained in:
parent
48c86cf806
commit
5d781f203e
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user