Update manifest.ps1 [skip ci][skip appveyor]

This commit is contained in:
Deal 2024-01-10 07:34:22 +08:00 committed by GitHub
parent 6f8601be7d
commit cfc0af8b9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -10,10 +10,4 @@
$manifest['nuget'] = '5.5.1' # since 5.6.0, require .net 4.0 $manifest['nuget'] = '5.5.1' # since 5.6.0, require .net 4.0
$manifest['glslcc'] = '1.9.4+' $manifest['glslcc'] = '1.9.4+'
if ($IsMacOS) {
# refer to: https://gitlab.kitware.com/cmake/cmake/-/merge_requests/8632
# once cmake-3.28.0 released, can simply specify cmake to '3.28.0+'
$manifest['cmake'] = '3.28.0+'
}
# [void]$manifest # [void]$manifest