[Webkit-unassigned] [Bug 124899] [cmake] Fix cmake warning: Argument not separated from preceding token by whitespace

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 28 00:25:02 PST 2013


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





--- Comment #3 from Ryuan Choi <ryuan.choi at samsung.com>  2013-11-28 00:23:28 PST ---
(From update of attachment 217900)
View in context: https://bugs.webkit.org/attachment.cgi?id=217900&action=review

> Source/cmake/FindGStreamer.cmake:97
> -    message(FATAL_ERROR "Required version ("${GStreamer_FIND_VERSION}") is higher than found version ("${GSTREAMER_VERSION}")")
> +    message(FATAL_ERROR "Required version (" ${GStreamer_FIND_VERSION} ") is higher than found version (" ${GSTREAMER_VERSION} ")")

Just removing " is also fine.

-- 
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