mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-26 18:42:41 +01:00
enh(build): vcpkg support, cleanup/consistency
This commit is contained in:
@@ -171,33 +171,6 @@
|
||||
// #define POCO_LOG_DEBUG
|
||||
|
||||
|
||||
// OpenSSL on Windows
|
||||
//
|
||||
// Poco has its own OpenSSL build system.
|
||||
// See <https://github.com/pocoproject/openssl/blob/master/README.md>
|
||||
// for details.
|
||||
//
|
||||
// These options are Windows only.
|
||||
//
|
||||
// To disable the use of Poco-provided OpenSSL binaries,
|
||||
// define POCO_EXTERNAL_OPENSSL.
|
||||
//
|
||||
// Possible values:
|
||||
// POCO_EXTERNAL_OPENSSL_SLPRO:
|
||||
// Automatically link OpenSSL libraries from OpenSSL Windows installer provided
|
||||
// by Shining Light Productions <http://slproweb.com/products/Win32OpenSSL.html>
|
||||
// The (global) library search path must be set accordingly.
|
||||
// POCO_EXTERNAL_OPENSSL_DEFAULT:
|
||||
// Automatically link OpenSSL libraries from standard OpenSSL Windows build.
|
||||
// The (global) library search path must be set accordingly.
|
||||
// empty or other value:
|
||||
// Do not link any OpenSSL libraries automatically. You will have to edit the
|
||||
// Visual C++ project files for Crypto and NetSSL_OpenSSL.
|
||||
#if !defined(POCO_EXTERNAL_OPENSSL) && defined(POCO_EXTERNAL_OPENSSL_SLPRO)
|
||||
#define POCO_EXTERNAL_OPENSSL POCO_EXTERNAL_OPENSSL_SLPRO
|
||||
#endif
|
||||
|
||||
|
||||
// Define to prevent changing the suffix for shared libraries
|
||||
// to "d.so", "d.dll", etc. for _DEBUG builds in Poco::SharedLibrary.
|
||||
// #define POCO_NO_SHARED_LIBRARY_DEBUG_SUFFIX
|
||||
|
||||
Reference in New Issue
Block a user