mirror of https://github.com/Icinga/icinga2.git
Merge pull request #9412 from Icinga/update-windows-openssl-version
Windows: Update openssl to the latest version 1_1_1p
This commit is contained in:
commit
59fa48d4ed
|
@ -14,7 +14,7 @@ function ThrowOnNativeFailure {
|
|||
$VsVersion = 2019
|
||||
$MsvcVersion = '14.2'
|
||||
$BoostVersion = @(1, 79, 0)
|
||||
$OpensslVersion = '1_1_1n'
|
||||
$OpensslVersion = '1_1_1p'
|
||||
|
||||
switch ($Env:BITS) {
|
||||
32 { }
|
||||
|
|
|
@ -30,7 +30,7 @@ if (-not (Test-Path env:CMAKE_GENERATOR_PLATFORM)) {
|
|||
}
|
||||
}
|
||||
if (-not (Test-Path env:OPENSSL_ROOT_DIR)) {
|
||||
$env:OPENSSL_ROOT_DIR = "c:\local\OpenSSL_1_1_1n-Win${env:BITS}"
|
||||
$env:OPENSSL_ROOT_DIR = "c:\local\OpenSSL_1_1_1p-Win${env:BITS}"
|
||||
}
|
||||
if (-not (Test-Path env:BOOST_ROOT)) {
|
||||
$env:BOOST_ROOT = "c:\local\boost_1_79_0-Win${env:BITS}"
|
||||
|
|
Loading…
Reference in New Issue