[Webkit-unassigned] [Bug 97516] [CMake] Remove support for cmake version < 2.8.3

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 13 23:01:11 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=97516


Gyuyoung Kim <gyuyoung.kim at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #214018|review+                     |review-
               Flag|                            |




--- Comment #7 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2013-10-13 22:59:57 PST ---
(From update of attachment 214018)
View in context: https://bugs.webkit.org/attachment.cgi?id=214018&action=review

>>>> Source/cmake/FindCairo.cmake:-78
>>>> -endif ()
>>> 
>>> I am not sure.
>>> With this patch, find_package(Cairo 999.10.2 REQUIRED) is fine.
>> 
>> This review comment isn't clear for me. Currently we use "Cairo 1.10.2" for EFL and GTK ports. Do you mean this patch will not support 999.10.2 version style ?
> 
> I mean that FindCairo.cmake will not complain with this pacth although find_package requests higher version than current version which system have.
> 
> 999.10.2 is just one of example, which is higher version than currently installed.
> 
> I think that FindCairo.cmake should raise assert when find_package request higer version.

Ok, I see. This patch can't generate compilation fail when higher version is required. This patch should check if higher version is required.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list