Title: [236629] trunk
- Revision
- 236629
- Author
- [email protected]
- Date
- 2018-09-28 18:00:37 -0700 (Fri, 28 Sep 2018)
Log Message
cmake cannot run if python 2 isn't available
https://bugs.webkit.org/show_bug.cgi?id=190075
Patch by Mike Gorse <[email protected]> on 2018-09-28
Reviewed by Michael Catanzaro.
* Source/cmake/WebKitCommon.cmake: Set Python_ADDITIONAL_VERSIONS
to 3, so that a python3 binary will be found.
Modified Paths
Diff
Modified: trunk/ChangeLog (236628 => 236629)
--- trunk/ChangeLog 2018-09-29 00:48:34 UTC (rev 236628)
+++ trunk/ChangeLog 2018-09-29 01:00:37 UTC (rev 236629)
@@ -1,3 +1,13 @@
+2018-09-28 Mike Gorse <[email protected]>
+
+ cmake cannot run if python 2 isn't available
+ https://bugs.webkit.org/show_bug.cgi?id=190075
+
+ Reviewed by Michael Catanzaro.
+
+ * Source/cmake/WebKitCommon.cmake: Set Python_ADDITIONAL_VERSIONS
+ to 3, so that a python3 binary will be found.
+
2018-09-28 Yusuke Suzuki <[email protected]>
[WTF] Make isMainThread more reliable
Modified: trunk/Source/cmake/WebKitCommon.cmake (236628 => 236629)
--- trunk/Source/cmake/WebKitCommon.cmake 2018-09-29 00:48:34 UTC (rev 236628)
+++ trunk/Source/cmake/WebKitCommon.cmake 2018-09-29 01:00:37 UTC (rev 236629)
@@ -20,6 +20,7 @@
find_package(Perl 5.10.0 REQUIRED)
find_package(PerlModules COMPONENTS JSON::PP REQUIRED)
+ set(Python_ADDITIONAL_VERSIONS 3)
find_package(PythonInterp 2.7.0 REQUIRED)
# We cannot check for RUBY_FOUND because it is set only when the full package is installed and
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes