From b26cc65542f479888ffce6940d14beac7d83ffde Mon Sep 17 00:00:00 2001 From: Eduardo Menges Mattje Date: Tue, 29 Oct 2024 16:56:02 -0300 Subject: [PATCH] Updated CMake for deterministic install order --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6768a77f44..1b6dde2476 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ # http://www.boost.org/LICENSE_1_0.txt #---------------------------------------------------------------------------# -cmake_minimum_required(VERSION 3.2) +cmake_minimum_required(VERSION 3.22) project(crypto3)