aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurimas Liutikas <aurimas@google.com>2022-01-14 16:52:37 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-01-14 16:52:37 +0000
commit979cca2f64af452d55adfe356e503b8ac33bc2d5 (patch)
treeb1c9f59527bc16e125c5556a833b1411704948d1
parentcc6610ad280a03592699fd682e97781ddfd715ab (diff)
parent7f039ec157b9bd52ca10565da22418a2f3cffb92 (diff)
downloadlibyuv-979cca2f64af452d55adfe356e503b8ac33bc2d5.tar.gz
-rw-r--r--files/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/CMakeLists.txt b/files/CMakeLists.txt
index ed4948f0..188a26b7 100644
--- a/files/CMakeLists.txt
+++ b/files/CMakeLists.txt
@@ -3,7 +3,7 @@
# Run with -DTEST=ON to build unit tests
PROJECT ( YUV C CXX ) # "C" is required even for C++ projects
-CMAKE_MINIMUM_REQUIRED( VERSION 2.8 )
+CMAKE_MINIMUM_REQUIRED( VERSION 2.8.12 )
OPTION( TEST "Built unit tests" OFF )
SET ( ly_base_dir ${PROJECT_SOURCE_DIR} )