From 6c26c8dffff2631a65339a29f8f9bc076a032045 Mon Sep 17 00:00:00 2001 From: "ADS\\lanierd" Date: Wed, 18 Sep 2024 17:24:30 +0200 Subject: [PATCH] Update cmake version --- CMakeLists.txt | 2 +- doc/build.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dbdc901810..fa074bbef8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -cmake_minimum_required(VERSION 3.13...3.17) +cmake_minimum_required(VERSION 3.27.7...3.30) project(maya-usd) diff --git a/doc/build.md b/doc/build.md index 93980845fb..b1152fcdb4 100644 --- a/doc/build.md +++ b/doc/build.md @@ -12,7 +12,7 @@ Before building the project, consult the following table to ensure you use the r |:---------------------:|:-------------------------:|:------------------------------------------------------------:|:---------------------------:| | Operating System | Windows 10
Windows 11 | High Sierra (10.13)
Mojave (10.14)
Catalina (10.15)
Big Sur (11.2.x) | Rocky Linux 8.6 / Linux® Red Hat® Enterprise 8.6 WS | | Compiler Requirement| Maya 2024 (VS 2022)
Maya 2025 (VS 2022) | Maya 2024 (Xcode 13.4 or higher)
Maya 2025 (Xcode 13.4 or higher) | Maya 2024 (gcc 11.2.1)
Maya 2025 (gcc 11.2.1) | -| CMake Version (min/max) | 3.13...3.20 | 3.13...3.20 | 3.13...3.20 | +| CMake Version (min/max) | 3.27.7...3.30 | 3.27.7...3.30 | 3.27.7...3.30 | | Python | 3.10.8, 3.11.4 | 3.10.8, 3.11.4 | 3.10.8, 3.11.4 | | Python Packages | PyYAML, PySide, PyOpenGL | PyYAML, PySide2, PyOpenGL | PyYAML, PySide, PyOpenGL | | Build generator | Visual Studio, Ninja (Recommended) | XCode, Ninja (Recommended) | Ninja (Recommended) |