diff options
| author | TheKodeToad <TheKodeToad@proton.me> | 2025-04-16 14:52:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-16 14:52:12 +0100 |
| commit | 531449ba1c930c98e0bcf5d332b237a8566f9d78 (patch) | |
| tree | 6c794a044f94683fc91c212f9328d6759ede7936 | |
| parent | 23b955121b8217c1c348a9ed2483167a6f3ff4ad (diff) | |
| parent | 994ff2dda7a15bca9cbf551ecfe0dab6c08e4899 (diff) | |
| download | Project-Tick-531449ba1c930c98e0bcf5d332b237a8566f9d78.tar.gz Project-Tick-531449ba1c930c98e0bcf5d332b237a8566f9d78.zip | |
Merge pull request #8 from Trial97/master
chore:increment cmake version
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 389da31bc9..f01e80c1d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.9.4) +cmake_minimum_required(VERSION 3.15) project(libnbt++ VERSION 2.3) |
