Title: [171793] trunk
- Revision
- 171793
- Author
- [email protected]
- Date
- 2014-07-30 00:45:05 -0700 (Wed, 30 Jul 2014)
Log Message
[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().
Modified Paths
Diff
Modified: trunk/CMakeLists.txt (171792 => 171793)
--- trunk/CMakeLists.txt 2014-07-30 07:06:43 UTC (rev 171792)
+++ trunk/CMakeLists.txt 2014-07-30 07:45:05 UTC (rev 171793)
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.3)
+cmake_minimum_required(VERSION 2.8.11)
project(WebKit)
# -----------------------------------------------------------------------------
Modified: trunk/ChangeLog (171792 => 171793)
--- trunk/ChangeLog 2014-07-30 07:06:43 UTC (rev 171792)
+++ trunk/ChangeLog 2014-07-30 07:45:05 UTC (rev 171793)
@@ -1,3 +1,13 @@
+2014-07-30 Zan Dobersek <[email protected]>
+
+ [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 <[email protected]>
[EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes