RESOLVED DUPLICATE of bug 107010104738
[CMake] CMake based build systems reports features incorrectly
https://bugs.webkit.org/show_bug.cgi?id=104738
Summary [CMake] CMake based build systems reports features incorrectly
Laszlo Gombos
Reported 2012-12-11 16:08:21 PST
As an example: build-webkit --efl --no-svg reports the following to the standard output: -- Enabled features: -- ENABLE_3D_RENDERING ..................... ON -- ENABLE_ACCELERATED_2D_CANVAS OFF ... -- ENABLE_SVG ON The build actually will have svg disabled, so it the report that incorrectly lists the feature set. The report should either be fixed to be in sync with what is being built (same as reported in CMakeCache.txt) or we should stop reporting all together and get rid of this broken thing.
Attachments
Laszlo Gombos
Comment 1 2012-12-11 16:28:03 PST
WEBKIT_OPTION_END() macro creates the report. The macro is defined in WebKitFeatures.cmake can called from OptionsXXX.cmake.
Laszlo Gombos
Comment 2 2013-01-16 09:58:08 PST
*** This bug has been marked as a duplicate of bug 107010 ***
Note You need to log in before you can comment on or make changes to this bug.