[Webkit-unassigned] [Bug 145014] [CMake] Error out when ruby is too old

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 14 14:20:30 PDT 2015


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

--- Comment #2 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Answer:

# We cannot check for RUBY_FOUND because it is set only when the full package is installed and
# the only thing we need is the interpreter. Unlike Python, cmake does not provide a macro
# for finding the only Ruby interpreter.
if (NOT RUBY_EXECUTABLE)
    message(FATAL_ERROR "The Ruby interpreter is needed to generate LLInt files.")
endif ()

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150514/7e9fbf28/attachment.html>


More information about the webkit-unassigned mailing list