You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/scripts
Eric Phister 0c7605c9b6
Update minimum required CMake version to 3.20 (#1253)
* Update the minimum CMake version to 3.20

Sets the cmake_minimum_required calls to version 3.20 and updates the
README.md to point at the general CMake download page instead of a stale
link.

* Remove unnecessary cmake minimum version

It was using an old 3.0 version and can be removed.

* Additional updates to CMake 3.20, build scripts

Updates the version and remove logic to find a CMake in 3rdParty.

* Removing backup path to ninja path in the build_ninja_windows.cmd

The backup path for finding ninja was coming from the Perforce depot which isn't available for o3de builds.

* Removing reference to 3rdParty Android SDK 29 from the build and run unit test script

The Android SDK is not part of the new 3rdParty system and users are expected to install the Android SDK on their own in order to build the engine for Android.

* Update the get_python scripts and README

No longer try to append a CMake path to LY_3RDPARTY_PATH, but do still
support LY_CMAKE_PATH because there are still uses of it.  Remove
mention of an LY_3RDPARTY_PATH-relative CMake path from the README.md.

* Removing LY_NINJA_PATH from the build_ninja_windows.cmd

Co-authored-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>
5 years ago
..
build Update minimum required CMake version to 3.20 (#1253) 5 years ago
bundler Renamed osx_gl to mac and es3 to android for cache folders (#949) 5 years ago
commit_validation Remove legacy serialization and QPropertyTree (#684) 5 years ago
ctest LYN-4327 [SDK] External Gem's aren't added to the project solution when using SDK (#1191) 5 years ago
detect_file_changes Set scripts to be executable 5 years ago
o3de No need to check if the first character is a number. This is already validated before. 5 years ago
scrubbing Inclusive language edit 5 years ago
CMakeLists.txt Removing the Pyside implementation of the project manager python scripts (#1112) 5 years ago
o3de.bat Surrouding the setting of the BASE_PATH within double quotes in the o3de.bat script. This allows to allow paths with spaces in it leading to the engine root directory to work properly when running the script 5 years ago
o3de.py Adding CLI script for modifying project properties (LYN-3918). Updating O3de to support it. 5 years ago
o3de.sh O3de updates restricted download (#229) 5 years ago