From dad4c34639dc5ee8faf2098de7c841ece0a7a61d Mon Sep 17 00:00:00 2001 From: "Issam E. Maghni" Date: Fri, 11 Jun 2021 15:47:11 -0400 Subject: CMake: Bump minimum to 3.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1e3c465..d0a34d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.12) +cmake_minimum_required(VERSION 3.0) project(ogg LANGUAGES C) # Required modules -- cgit v1.2.1