[Webkit-unassigned] [Bug 39164] [CMake] Cleanup generator code and port it to windows.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 13 10:02:59 PDT 2010


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





--- Comment #16 from Patrick R. Gansterer <paroga at paroga.com>  2010-08-13 10:02:59 PST ---
(In reply to comment #15)
> I'm on CMake 2.8.2, so I don't think this is standard.
This code is from you! ;-)

Removing the following lines should fix the problem:FIND_PROGRAM(FLEX_EXECUTABLE flex)
IF (NOT FLEX_EXECUTABLE)
  MESSAGE(FATAL_ERROR "Missing flex")
ENDIF ()
FIND_PACKAGE_HANDLE_STANDARD_ARGS(Flex DEFAULT_MSG FLEX_EXECUTABLE)

FLEX_EXECUTABLE will be set by FIND_PACKAGE(FLEX REQUIRED) in the root CMakeList.txt already.

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