mirror of https://github.com/Icinga/icinga2.git
Bump OpenSSL shipped for Windows to v3.0.15
This commit is contained in:
parent
d94aa8759b
commit
c1335af6b7
|
@ -14,7 +14,7 @@ function ThrowOnNativeFailure {
|
|||
$VsVersion = 2019
|
||||
$MsvcVersion = '14.2'
|
||||
$BoostVersion = @(1, 86, 0)
|
||||
$OpensslVersion = '3_0_14'
|
||||
$OpensslVersion = '3_0_15'
|
||||
|
||||
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_3_0_14-Win${env:BITS}"
|
||||
$env:OPENSSL_ROOT_DIR = "c:\local\OpenSSL_3_0_15-Win${env:BITS}"
|
||||
}
|
||||
if (-not (Test-Path env:BOOST_ROOT)) {
|
||||
$env:BOOST_ROOT = "c:\local\boost_1_86_0-Win${env:BITS}"
|
||||
|
|
Loading…
Reference in New Issue