summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGangzheng Tong <tonggangzheng@gmail.com>2025-06-30 12:11:04 -0700
committerGitHub <noreply@github.com>2025-06-30 19:11:04 +0000
commita55ff722cae338a8fcf5402858c47cf0650a8e5e (patch)
tree549d337419c34767f20316c68bca9b27ea53f44d /docs
parent61c9eb3a9117b6227cf40d970e57cf3d746b3926 (diff)
Reset minimum cmake version to 3.22 (#7548)
* Reset minimum cmake version to 3.22 * update slang-rhi
Diffstat (limited to 'docs')
-rw-r--r--docs/building.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/building.md b/docs/building.md
index 54fca8d6a..f32bda997 100644
--- a/docs/building.md
+++ b/docs/building.md
@@ -9,7 +9,7 @@ version of Slang.
Please install:
-- CMake (3.25 preferred, but 3.22 works[^1])
+- CMake (3.26 preferred, but 3.22 works[^1])
- A C++ compiler with support for C++17. GCC, Clang and MSVC are supported
- A CMake compatible backend, for example Visual Studio or Ninja
- Python3 (a dependency for building spirv-tools)