summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIssam E. Maghni <issam.e.maghni@mailbox.org>2021-06-11 15:47:11 -0400
committerRalph Giles <giles@thaumas.net>2021-07-10 05:53:47 +0000
commitdad4c34639dc5ee8faf2098de7c841ece0a7a61d (patch)
tree8e9a6003670d132f88503a3f03ee878317d467a3
parente11af601c79e642c50343c6e69dbaf03fcd6be9f (diff)
downloadogg-git-dad4c34639dc5ee8faf2098de7c841ece0a7a61d.tar.gz
CMake: Bump minimum to 3.0
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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