From 77d1378d04499ee8ad05fe6191ff01b1f2a298aa Mon Sep 17 00:00:00 2001 From: Roland Tannous Date: Sat, 28 Feb 2026 11:28:15 +0000 Subject: [PATCH] Remove unused CMP0194 cmake policy (eliminates cmake warning) --- setup.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.ps1 b/setup.ps1 index 7b5413a519..f892ca52ee 100644 --- a/setup.ps1 +++ b/setup.ps1 @@ -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"