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/build/Platform/Windows
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
..
asset_windows.cmd SPEC-6276 Move ci_build and ci_build_metrics to scripts\build 5 years ago
build_asset_windows.cmd SPEC-6276 Move ci_build and ci_build_metrics to scripts\build 5 years ago
build_config.json Making incremental linking off by default (#1154) 5 years ago
build_installer_windows.cmd [cpack_installer] add trailing newline to some new files 5 years ago
build_ninja_windows.cmd Update minimum required CMake version to 3.20 (#1253) 5 years ago
build_test_windows.cmd SPEC-6276 Move ci_build and ci_build_metrics to scripts\build 5 years ago
build_windows.cmd Preventing builds from cleaning on each step (#1151) 5 years ago
clean_windows.cmd SPEC-7135 Provide a method to re-trigger compiler detection for changes that require it (#1092) 5 years ago
env_windows.cmd Update minimum required CMake version to 3.20 (#1253) 5 years ago
installer_windows.cmd [cpack_installer] minor wording fixes 5 years ago
package_build_config.json Removed engine registration from the Jenkins build scripts which builds the Engine in an engine centric manner 5 years ago
pipeline.json Update Windows 2019 AMI v3 Label 5 years ago
python_windows.cmd SPEC-6276 Move ci_build and ci_build_metrics to scripts\build 5 years ago
test_windows.cmd SPEC-6276 Move ci_build and ci_build_metrics to scripts\build 5 years ago