diff options
author | 3gg <3gg@shellblade.net> | 2025-08-19 18:02:27 +0200 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2025-08-19 18:02:27 +0200 |
commit | a82c2bbf3f80697b38706d288deecd100ef95a61 (patch) | |
tree | 8f8376eaa3a3d7d99437e8f2af59ef9351ffc2e7 /CMakeLists.txt | |
parent | e1cb638adcaeabad632a3deb14eb67087cfce889 (diff) |
Upgrade cmake version
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3a88bb7..3a8717c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -1,4 +1,4 @@ | |||
1 | cmake_minimum_required(VERSION 3.0) | 1 | cmake_minimum_required(VERSION 3.5) |
2 | 2 | ||
3 | add_subdirectory(src/plugins) | 3 | add_subdirectory(src/plugins) |
4 | 4 | ||