summaryrefslogtreecommitdiff
path: root/Toolchain/BuildCMake.sh
AgeCommit message (Collapse)Author
2023-04-25Toolchain: Exit Build*.sh scripts if executed as rootKenneth Myhra
2023-03-17Toolchain: Update CMake to version 3.26.0 in `BuildCMake.sh`EWouters
2023-01-09Toolchain: Make BuildCMake.sh work on macOS without brew on PATHNico Weber
2022-12-13Toolchain+Meta: Add script to build CMake from sourceAndrew Kaster
Since we upstreamed CMake support for Serenity, we can use the Platform files from upstream instead of keeping our local copy. While not added in this commit, we can add patching capabilities for the platform files similar to what we do for gdb, llvm, gcc, and binutils later.