From 3ff456b73e333afa7be26409f23569f4c7f94567 Mon Sep 17 00:00:00 2001 From: Dmitriy Suponitskiy Date: Wed, 16 Jul 2025 15:37:23 -0400 Subject: [PATCH] Updated the cmake version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 899966c..a8dd70a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.5.1) +cmake_minimum_required (VERSION 3.16.3) project (OpenFHE-Python)