https://bugs.webkit.org/show_bug.cgi?id=135382
Reviewed by Gyuyoung Kim.
* CMakeLists.txt: Bump the minimum required version to 2.8.11 after
we introduced usage of target_include_directories().
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@171793
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
-cmake_minimum_required(VERSION 2.8.3)
+cmake_minimum_required(VERSION 2.8.11)
project(WebKit)
# -----------------------------------------------------------------------------
+2014-07-30 Zan Dobersek <zdobersek@igalia.com>
+
+ [CMake] Bump the minimum required version
+ https://bugs.webkit.org/show_bug.cgi?id=135382
+
+ Reviewed by Gyuyoung Kim.
+
+ * CMakeLists.txt: Bump the minimum required version to 2.8.11 after
+ we introduced usage of target_include_directories().
+
2014-07-29 Hunseop Jeong <hs85.jeong@samsung.com>
[EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag