[Webkit-unassigned] [Bug 110414] New: CMake should not require build target

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 20 17:23:42 PST 2013


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

           Summary: CMake should not require build target
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mark.salisbury at hp.com


A bug was introduced recently (IMO) that requires a build target (Debug, Release, RelWithDebInfo, MinSizeRelease) to be specified when invoking CMake.  If you don't specify a build target, you get an error from the top level CMakeLists.txt file on line 10 because it attempts to convert the build type "tolower".

When I run CMake I have it to generate Visual Studio project files, then I open WebKit.sln and build from inside the VS IDE.

The change I'd like to see guarded was introduced in http://trac.webkit.org/changeset/140990.

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