Remove unused CMP0194 cmake policy (eliminates cmake warning)
This commit is contained in:
parent
6d606cd18c
commit
77d1378d04
1 changed files with 0 additions and 1 deletions
|
|
@ -735,7 +735,6 @@ if (Test-Path $LlamaServerBin) {
|
|||
}
|
||||
# Common flags
|
||||
$CmakeArgs += '-DBUILD_SHARED_LIBS=OFF'
|
||||
$CmakeArgs += '-DCMAKE_POLICY_DEFAULT_CMP0194=NEW'
|
||||
# HTTPS support via OpenSSL
|
||||
if ($OpenSslAvailable -and $OpenSslRoot) {
|
||||
$CmakeArgs += "-DOPENSSL_ROOT_DIR=$OpenSslRoot"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue