summaryrefslogtreecommitdiff
path: root/patches/zano/0005-downgrade-cmake-version-so-LIB_DEPENDS-shows-up.patch
blob: df3e05950efa52f3500deeca5fc6102634b728d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From 482cd96898315bb05747cfbf0902a4ff97433851 Mon Sep 17 00:00:00 2001
From: Czarek Nakamoto <cyjan@mrcyjanek.net>
Date: Thu, 5 Dec 2024 09:36:34 -0600
Subject: [PATCH 05/11] downgrade cmake version so LIB_DEPENDS shows up

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c102348b..a624bc0f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.16)
+cmake_minimum_required(VERSION 3.5)
 
 PROJECT(Zano)
 
-- 
2.54.0 (Apple Git-156)