Skip to content

Commit 1f8d371

Browse files
authored
lower cmake min requirement to 3.25 (#481)
1 parent fa0cc78 commit 1f8d371

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.30...4.1)
1+
cmake_minimum_required(VERSION 3.25...4.1)
22

33
if (NOT CMAKE_BUILD_TYPE)
44
set(CMAKE_BUILD_TYPE "RelWithDebInfo" CACHE STRING

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
A reverse-engineered, native reimplementation of Metroid Prime.
99

10-
This project is currently in **alpha** state.
10+
This project is currently in **alpha** state.
1111
Builds are currently unavailable while the project undergoes large changes.
1212

13-
Separately, a [matching decompilation](https://github.com/PrimeDecomp/prime) of Metroid Prime is currently underway. Contributions are welcome.
13+
Separately, a [matching decompilation](https://github.com/PrimeDecomp/prime) of Metroid Prime is currently underway. Contributions are welcome.
1414
Progress on the decompilation benefits Metaforce with bug fixes and new implementations.
1515

1616
![Metaforce screenshot](assets/metaforce-screen1.png)
@@ -29,7 +29,7 @@ Windows:
2929
macOS:
3030
- Open `Metaforce.app`
3131

32-
Linux:
32+
Linux:
3333
- Ensure AppImage is marked as executable: `chmod +x Metaforce-*.AppImage`
3434
- Open `Metaforce-*.AppImage`
3535

@@ -40,7 +40,7 @@ Linux:
4040
* `+developer=1`: Enable developer UI
4141

4242
### Build Prerequisites:
43-
* [CMake 3.30+](https://cmake.org)
43+
* [CMake 3.25+](https://cmake.org)
4444
* Windows: Install `CMake Tools` in Visual Studio
4545
* macOS: `brew install cmake`
4646
* [Python 3+](https://python.org)

0 commit comments

Comments
 (0)