Summary: | cmake cannot run if python 2 isn't available | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Mike Gorse <mgorse> | ||||||
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | commit-queue, dean_johnson, lforschler, mcatanzaro, mgorse, webkit-bug-importer | ||||||
Priority: | P2 | Keywords: | InRadar | ||||||
Version: | WebKit Local Build | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Linux | ||||||||
Attachments: |
|
Description
Mike Gorse
2018-09-28 08:43:57 PDT
Created attachment 351078 [details]
Patch.
Comment on attachment 351078 [details] Patch. View in context: https://bugs.webkit.org/attachment.cgi?id=351078&action=review > Source/cmake/WebKitCommon.cmake:24 > > +set(Python_ADDITIONAL_VERSIONS 3) > find_package(PythonInterp 2.7.0 REQUIRED) The indentation is wrong here Created attachment 351098 [details]
Patch.
Fixed indentation.
Comment on attachment 351098 [details] Patch. Clearing flags on attachment: 351098 Committed r236629: <https://trac.webkit.org/changeset/236629> All reviewed patches have been landed. Closing bug. |