mirror of
https://github.com/vale981/Hyprland
synced 2025-03-05 09:31:41 -05:00

* build: Set cmake_minimum_required to version 3.30 * Nix: add patch for CMake min ver --------- Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
10 lines
278 B
Diff
10 lines
278 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 6fdf98db..d8424d91 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -1,4 +1,4 @@
|
|
-cmake_minimum_required(VERSION 3.30)
|
|
+cmake_minimum_required(VERSION 3.27)
|
|
|
|
# Get version
|
|
file(READ "${CMAKE_SOURCE_DIR}/VERSION" VER_RAW)
|