diff options
| author | Sam Estep <sam@samestep.com> | 2025-08-26 13:41:41 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-26 17:41:41 +0000 |
| commit | 70d70c1d315a91ed414892fb70974026082bcc99 (patch) | |
| tree | e12050c9425b6dc87a54d80b9198519bda99f50b /external/metal-cpp | |
| parent | 5060042bb63cbf42063f5e81c58881e1e8323857 (diff) | |
Fix warnings from CMake version 3.31 (#8227)
CMake 3.31 (released [last
November](https://www.kitware.com/cmake-3-31-0-available-for-download/))
deprecated compatibility with CMake versions older than 3.10, causing
warnings when running commands like `cmake --preset default` in the
Slang repo:
```
CMake Deprecation Warning at external/miniz/CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
CMake Deprecation Warning at external/lz4/build/cmake/CMakeLists.txt:13 (cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
```
Those dependencies modified their `cmake_minimum_required` calls in
lz4/lz4#1601 and richgel999/miniz#344 respectively to fix those
warnings, so this PR bumps them both to include those changes.
Co-authored-by: Ellie Hermaszewska <ellieh@nvidia.com>
Diffstat (limited to 'external/metal-cpp')
0 files changed, 0 insertions, 0 deletions
