[Webkit-unassigned] [Bug 88765] New: [CMAKE][EFL] Remove duplicated executable output path

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 11 00:51:30 PDT 2012


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

           Summary: [CMAKE][EFL] Remove duplicated executable output path
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gyuyoung.kim at samsung.com


CMake files for EFL port have redefined executable output path. However, EFL port doesn't need to define again because it is already defined in top-level CMake file.

In CMakeLists.txt on top level directory, output directory is already defined.

39    SET(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
40    SET(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
41    SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)

(http://trac.webkit.org/browser/trunk/CMakeLists.txt#L41)

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