Remove unused CMP0194 cmake policy (eliminates cmake warning)

This commit is contained in:
Roland Tannous 2026-02-28 11:28:15 +00:00
commit 77d1378d04

View file

@ -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"