From 859b8cfa182a2bebb57828891f277d80445f0742 Mon Sep 17 00:00:00 2001 From: Katerina Ziotopoulou Date: Tue, 22 Apr 2025 09:23:20 -0700 Subject: [PATCH] Update CMakeLists.txt updated minimum version required for fresher installations --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 441eccf..c5f32eb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ### -cmake_minimum_required(VERSION 3.2) +cmake_minimum_required(VERSION 3.5) # Default configuration values. These must be before the project command or # they won't work in Windows.