fix(build): fix build with openssl 3.1.0 on vs2022 (#3969)

* fix log verbosity in windows powershell build script

* stop paths being added multiple times to environment variables

* pass useenv property to msbuild

* linking issue: include crypto.h prior to config.h so POCO_EXTERNAL_OPENSSL is initialised

* resolve poco_base path in powershell script

* build against any available windows sdk
This commit is contained in:
chrisbednarski
2023-03-18 09:45:56 +11:00
committed by GitHub
parent f6c3017b3e
commit e0e628ac7e
3 changed files with 13 additions and 12 deletions

View File

@@ -20,8 +20,8 @@
#define NetSSL_NetSSL_INCLUDED
#include "Poco/Net/Net.h"
#include "Poco/Crypto/Crypto.h"
#include "Poco/Net/Net.h"
//