From 994897b56a5e433fd58f5f960a3a4d8f6f467406 Mon Sep 17 00:00:00 2001 From: jordan4ibanez Date: Thu, 4 Jan 2024 10:56:49 -0500 Subject: [PATCH] Update minimum CMake version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7c078761..8dc67443 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) # >=3.9 enables IPO; >=3.11 prefers GLVND if(${CMAKE_VERSION} VERSION_LESS 3.11)