aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-02-15 04:04:29 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-02-15 04:04:29 +0000
commita36d5cc11ffc48ab7c2a43148075e9b6b1840a50 (patch)
treeb1c9f59527bc16e125c5556a833b1411704948d1
parente2f7be3210916b767b566eabecacea769fa74fbe (diff)
parent6d2ffb9ab7f8de0fc513aebaeff15cbec1354240 (diff)
downloadlibyuv-a36d5cc11ffc48ab7c2a43148075e9b6b1840a50.tar.gz
Snap for 8183730 from 6d2ffb9ab7f8de0fc513aebaeff15cbec1354240 to udc-release
Change-Id: I84b6fe5368673dc9b9fcfcaa0fe709710ea6caeb
-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} )