diff options
| author | Gangzheng Tong <tonggangzheng@gmail.com> | 2025-06-30 12:11:04 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-30 19:11:04 +0000 |
| commit | a55ff722cae338a8fcf5402858c47cf0650a8e5e (patch) | |
| tree | 549d337419c34767f20316c68bca9b27ea53f44d /CMakeLists.txt | |
| parent | 61c9eb3a9117b6227cf40d970e57cf3d746b3926 (diff) | |
Reset minimum cmake version to 3.22 (#7548)
* Reset minimum cmake version to 3.22
* update slang-rhi
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a57b2190c..eb1c5808f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.26) +cmake_minimum_required(VERSION 3.22) # Our module dir, include that now so that we can get the version automatically # from git describe |
