mirror of
https://github.com/Icinga/icinga2.git
synced 2026-02-03 20:40:17 -05:00
Bump OpenSSL shipped for Windows to v3.5 LTS
This commit is contained in:
parent
521a64f711
commit
abe6720676
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ function ThrowOnNativeFailure {
|
||||||
$VsVersion = 2022
|
$VsVersion = 2022
|
||||||
$MsvcVersion = '14.3'
|
$MsvcVersion = '14.3'
|
||||||
$BoostVersion = @(1, 90, 0)
|
$BoostVersion = @(1, 90, 0)
|
||||||
$OpensslVersion = '3_0_19'
|
$OpensslVersion = '3_5_5'
|
||||||
|
|
||||||
switch ($Env:BITS) {
|
switch ($Env:BITS) {
|
||||||
32 { }
|
32 { }
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ if (-not (Test-Path env:CMAKE_ARGS)) {
|
||||||
$env:CMAKE_ARGS = '[]'
|
$env:CMAKE_ARGS = '[]'
|
||||||
}
|
}
|
||||||
if (-not (Test-Path env:OPENSSL_ROOT_DIR)) {
|
if (-not (Test-Path env:OPENSSL_ROOT_DIR)) {
|
||||||
$env:OPENSSL_ROOT_DIR = "c:\local\OpenSSL_3_0_19-Win${env:BITS}"
|
$env:OPENSSL_ROOT_DIR = "c:\local\OpenSSL_3_5_5-Win${env:BITS}"
|
||||||
}
|
}
|
||||||
if (-not (Test-Path env:BOOST_ROOT)) {
|
if (-not (Test-Path env:BOOST_ROOT)) {
|
||||||
$env:BOOST_ROOT = "c:\local\boost_1_90_0-Win${env:BITS}"
|
$env:BOOST_ROOT = "c:\local\boost_1_90_0-Win${env:BITS}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue