Changeset 195945 in webkit


Ignore:
Timestamp:
Jan 31, 2016 5:20:55 PM (8 years ago)
Author:
jh718.park@samsung.com
Message:

[EFL] All API tests are broken on 15.10
https://bugs.webkit.org/show_bug.cgi?id=153528

Reviewed by Gyuyoung Kim.

  • CMakeLists.txt: Having include(WebKitCommon) statement follow

CMAKE_FOO_OUTPUT_DIRECTORY otherwise all the API tests gets blocked.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/CMakeLists.txt

    r195478 r195945  
    106106
    107107# -----------------------------------------------------------------------------
    108 # Common configuration
    109 #------------------------------------------------------------------------------
    110 include(WebKitCommon)
    111 
    112 # -----------------------------------------------------------------------------
    113108# Output directories
    114109#------------------------------------------------------------------------------
     
    122117    set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
    123118endif ()
     119
     120# -----------------------------------------------------------------------------
     121# Common configuration
     122#------------------------------------------------------------------------------
     123include(WebKitCommon)
    124124
    125125# -----------------------------------------------------------------------------
  • trunk/ChangeLog

    r195891 r195945  
     12016-01-31  Joonghun Park  <jh718.park@samsung.com>
     2
     3        [EFL] All API tests are broken on 15.10
     4        https://bugs.webkit.org/show_bug.cgi?id=153528
     5
     6        Reviewed by Gyuyoung Kim.
     7
     8        * CMakeLists.txt: Having include(WebKitCommon) statement follow
     9        CMAKE_FOO_OUTPUT_DIRECTORY otherwise all the API tests gets blocked.
     10
    1112016-01-30  Yusuke Suzuki  <utatane.tea@gmail.com>
    212
Note: See TracChangeset for help on using the changeset viewer.