1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:07:34 +00:00

Ports: Upgrade CMake to 3.22.1

That's the latest release, and includes one of the patches we had - so
we can drop that patch :^)
This commit is contained in:
Ali Mohammad Pur 2021-12-24 03:05:00 +03:30 committed by Ali Mohammad Pur
parent e539a1d077
commit 39b5bb4162
4 changed files with 3 additions and 52 deletions

View file

@ -20,16 +20,6 @@ We don't support SIGINFO. This patch removes uses of SIGINFO.
- [X] Resolves issue(s) with our side of things
- [ ] Hack
## `0011-Fixed-your-code-rot-cmake.patch`
This purely fixes code issues with cmake. very funny patch.
### Status
- [ ] Local?
- [X] Should be merged to upstream?
- [ ] Resolves issue(s) with our side of things
- [ ] Hack
## `0012-bin-bash.patch`
This patch swaps out `/bin/sh` for `/bin/bash` in two scripts that need it.