Summary: | [CMake] Merge WebKitEfl.cmake into FindEFL.cmake. | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Raphael Kubo da Costa (:rakuco) <rakuco> | ||||||
Component: | New Bugs | Assignee: | Raphael Kubo da Costa (:rakuco) <rakuco> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | ||||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Attachments: |
|
Description
Raphael Kubo da Costa (:rakuco)
2012-02-13 19:25:26 PST
Created attachment 126890 [details]
Patch
Comment on attachment 126890 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=126890&action=review > Source/cmake/FindEFL.cmake:19 > + MESSAGE(FATAL_ERROR "edje_cc could not be found") Nit: Should there be a space between MESSAGE and '('? We seem to be inconsistent throughout the CMake build system with respect to our function call notation. Created attachment 127056 [details]
Patch for landing
Committed r107747: <http://trac.webkit.org/changeset/107747> |