From 98e4a1928803de10a2af1da067b6fc1314d92c3d Mon Sep 17 00:00:00 2001 From: boxanm Date: Tue, 30 Jan 2024 22:38:24 -0500 Subject: [PATCH] Set minimum required CMake version to 3.10.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f295cd25..d8e4e01a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.8) +cmake_minimum_required(VERSION 3.10.2) include(GNUInstallDirs) # populate CMAKE_INSTALL_{LIB,BIN}DIR include(CheckSymbolExists)