From 9118b0a41ad76012b6c2838b2d162cf1a88d7c44 Mon Sep 17 00:00:00 2001 From: The Tumultuous Unicorn Of Darkness Date: Sat, 29 Jul 2023 14:02:16 +0200 Subject: [PATCH] [CMake] Bump cmake_minimum_required to v3.12 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 468f663a..627709ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.12) cmake_policy(SET CMP0048 NEW) if(POLICY CMP0075) cmake_policy(SET CMP0075 NEW)