RESOLVED FIXED 152611
[CMake] Add error checking to catch option manipulation after WEBKIT_OPTION_END
https://bugs.webkit.org/show_bug.cgi?id=152611
Summary [CMake] Add error checking to catch option manipulation after WEBKIT_OPTION_END
Michael Catanzaro
Reported 2015-12-31 07:43:33 PST
If WEBKIT_OPTION_DEFINE is called after WEBKIT_OPTION_END, the option never makes its way into FEATURE_DEFINES and so will be inconsistently set (available to most of the build, but not to the DOM bindings generator, for example). If WEBKIT_OPTION_DEFAULT_PORT_VALUE, WEBKIT_OPTION_CONFLICT, or WEBKIT_OPTION_DEPEND are called after WEBKIT_OPTION_END, they don't do anything. Add error checking to catch these bugs.
Attachments
Patch (3.26 KB, patch)
2015-12-31 07:52 PST, Michael Catanzaro
mrobinson: review+
Michael Catanzaro
Comment 1 2015-12-31 07:52:05 PST
Michael Catanzaro
Comment 2 2015-12-31 09:12:27 PST
Note You need to log in before you can comment on or make changes to this bug.