From 482cd96898315bb05747cfbf0902a4ff97433851 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto 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)