Title: [246874] trunk
Revision
246874
Author
[email protected]
Date
2019-06-27 01:14:30 -0700 (Thu, 27 Jun 2019)

Log Message

[CMake] Bump cmake_minimum_required version to 3.10
https://bugs.webkit.org/show_bug.cgi?id=199181

Reviewed by Don Olmstead.

.:

* CMakeLists.txt:

Source/_javascript_Core:

* CMakeLists.txt:

Source/WebCore:

No new tests because there is no behavior change.

* CMakeLists.txt:

Source/WebKitLegacy:

* CMakeLists.txt:

Source/WTF:

* CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/CMakeLists.txt (246873 => 246874)


--- trunk/CMakeLists.txt	2019-06-27 07:11:26 UTC (rev 246873)
+++ trunk/CMakeLists.txt	2019-06-27 08:14:30 UTC (rev 246874)
@@ -8,7 +8,7 @@
 # and loading the cross-compilation settings from CMAKE_TOOLCHAIN_FILE.
 #
 
-cmake_minimum_required(VERSION 3.7)
+cmake_minimum_required(VERSION 3.10)
 
 project(WebKit)
 

Modified: trunk/ChangeLog (246873 => 246874)


--- trunk/ChangeLog	2019-06-27 07:11:26 UTC (rev 246873)
+++ trunk/ChangeLog	2019-06-27 08:14:30 UTC (rev 246874)
@@ -1,3 +1,12 @@
+2019-06-27  Fujii Hironori  <[email protected]>
+
+        [CMake] Bump cmake_minimum_required version to 3.10
+        https://bugs.webkit.org/show_bug.cgi?id=199181
+
+        Reviewed by Don Olmstead.
+
+        * CMakeLists.txt:
+
 2019-06-21  Konstantin Tokarev  <[email protected]>
 
         [cmake] Switch to built-in handling of C++ standard instead of hardcoding -std=c++17

Modified: trunk/Source/_javascript_Core/CMakeLists.txt (246873 => 246874)


--- trunk/Source/_javascript_Core/CMakeLists.txt	2019-06-27 07:11:26 UTC (rev 246873)
+++ trunk/Source/_javascript_Core/CMakeLists.txt	2019-06-27 08:14:30 UTC (rev 246874)
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 3.10)
 include(WebKitCommon)
 set_property(DIRECTORY . PROPERTY FOLDER "_javascript_Core")
 

Modified: trunk/Source/_javascript_Core/ChangeLog (246873 => 246874)


--- trunk/Source/_javascript_Core/ChangeLog	2019-06-27 07:11:26 UTC (rev 246873)
+++ trunk/Source/_javascript_Core/ChangeLog	2019-06-27 08:14:30 UTC (rev 246874)
@@ -1,3 +1,12 @@
+2019-06-27  Fujii Hironori  <[email protected]>
+
+        [CMake] Bump cmake_minimum_required version to 3.10
+        https://bugs.webkit.org/show_bug.cgi?id=199181
+
+        Reviewed by Don Olmstead.
+
+        * CMakeLists.txt:
+
 2019-06-26  Basuke Suzuki  <[email protected]>
 
         [RemoteInspector] Add address argument to listen for RemoteInspectorServer Socket implementation.

Modified: trunk/Source/WTF/CMakeLists.txt (246873 => 246874)


--- trunk/Source/WTF/CMakeLists.txt	2019-06-27 07:11:26 UTC (rev 246873)
+++ trunk/Source/WTF/CMakeLists.txt	2019-06-27 08:14:30 UTC (rev 246874)
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 3.10)
 include(WebKitCommon)
 set_property(DIRECTORY . PROPERTY FOLDER "WTF")
 

Modified: trunk/Source/WTF/ChangeLog (246873 => 246874)


--- trunk/Source/WTF/ChangeLog	2019-06-27 07:11:26 UTC (rev 246873)
+++ trunk/Source/WTF/ChangeLog	2019-06-27 08:14:30 UTC (rev 246874)
@@ -1,3 +1,12 @@
+2019-06-27  Fujii Hironori  <[email protected]>
+
+        [CMake] Bump cmake_minimum_required version to 3.10
+        https://bugs.webkit.org/show_bug.cgi?id=199181
+
+        Reviewed by Don Olmstead.
+
+        * CMakeLists.txt:
+
 2019-06-26  Konstantin Tokarev  <[email protected]>
 
         Remove unneeded #include <wtf/glib/GRefPtr.h>

Modified: trunk/Source/WebCore/CMakeLists.txt (246873 => 246874)


--- trunk/Source/WebCore/CMakeLists.txt	2019-06-27 07:11:26 UTC (rev 246873)
+++ trunk/Source/WebCore/CMakeLists.txt	2019-06-27 08:14:30 UTC (rev 246874)
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 3.10)
 
 include(WebKitCommon)
 include(WebCoreMacros.cmake)

Modified: trunk/Source/WebCore/ChangeLog (246873 => 246874)


--- trunk/Source/WebCore/ChangeLog	2019-06-27 07:11:26 UTC (rev 246873)
+++ trunk/Source/WebCore/ChangeLog	2019-06-27 08:14:30 UTC (rev 246874)
@@ -1,3 +1,14 @@
+2019-06-27  Fujii Hironori  <[email protected]>
+
+        [CMake] Bump cmake_minimum_required version to 3.10
+        https://bugs.webkit.org/show_bug.cgi?id=199181
+
+        Reviewed by Don Olmstead.
+
+        No new tests because there is no behavior change.
+
+        * CMakeLists.txt:
+
 2019-06-26  Simon Fraser  <[email protected]>
 
         [Async overflow scrolling] Fix missing or misplaced content inside overflow:scroll

Modified: trunk/Source/WebKitLegacy/CMakeLists.txt (246873 => 246874)


--- trunk/Source/WebKitLegacy/CMakeLists.txt	2019-06-27 07:11:26 UTC (rev 246873)
+++ trunk/Source/WebKitLegacy/CMakeLists.txt	2019-06-27 08:14:30 UTC (rev 246874)
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 3.10)
 include(WebKitCommon)
 set_property(DIRECTORY . PROPERTY FOLDER "WebKitLegacy")
 

Modified: trunk/Source/WebKitLegacy/ChangeLog (246873 => 246874)


--- trunk/Source/WebKitLegacy/ChangeLog	2019-06-27 07:11:26 UTC (rev 246873)
+++ trunk/Source/WebKitLegacy/ChangeLog	2019-06-27 08:14:30 UTC (rev 246874)
@@ -1,3 +1,12 @@
+2019-06-27  Fujii Hironori  <[email protected]>
+
+        [CMake] Bump cmake_minimum_required version to 3.10
+        https://bugs.webkit.org/show_bug.cgi?id=199181
+
+        Reviewed by Don Olmstead.
+
+        * CMakeLists.txt:
+
 2019-06-05  Alex Christensen  <[email protected]>
 
         Progress towards resurrecting Mac CMake build
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to