mirror of
https://github.com/Icinga/icinga2.git
synced 2025-10-12 02:49:27 +02:00
Merge pull request #10588 from Icinga/bump-openssl
windows: bump OpenSSL to `3.0.18`
This commit is contained in:
commit
c7ae088ec0
@ -14,7 +14,7 @@ function ThrowOnNativeFailure {
|
||||
$VsVersion = 2022
|
||||
$MsvcVersion = '14.3'
|
||||
$BoostVersion = @(1, 89, 0)
|
||||
$OpensslVersion = '3_0_16'
|
||||
$OpensslVersion = '3_0_18'
|
||||
|
||||
switch ($Env:BITS) {
|
||||
32 { }
|
||||
|
@ -33,7 +33,7 @@ if (-not (Test-Path env:CMAKE_ARGS)) {
|
||||
$env:CMAKE_ARGS = '[]'
|
||||
}
|
||||
if (-not (Test-Path env:OPENSSL_ROOT_DIR)) {
|
||||
$env:OPENSSL_ROOT_DIR = "c:\local\OpenSSL_3_0_16-Win${env:BITS}"
|
||||
$env:OPENSSL_ROOT_DIR = "c:\local\OpenSSL_3_0_18-Win${env:BITS}"
|
||||
}
|
||||
if (-not (Test-Path env:BOOST_ROOT)) {
|
||||
$env:BOOST_ROOT = "c:\local\boost_1_89_0-Win${env:BITS}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user