Bug 53382

Summary: Remove reference to ${CMAKE_SOURCE_DIR}/Source in CMake files
Product: WebKit Reporter: Daniel Bates <dbates>
Component: Tools / TestsAssignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, paroga
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Other   
Attachments:
Description Flags
Patch mjs: review+

Description Daniel Bates 2011-01-29 14:39:51 PST
Following up on bug 53253 comment 5, we should remove references to ${CMAKE_SOURCE_DIR}/Source in CMake files since CMAKE_SOURCE_DIR is taken to be /Source as implied by the definitions of JAVASCRIPTCORE_DIR, WEBCORE_DIR, WEBKIT_DIR, and TOOLS_DIR in /Source/CMakeLists.txt.
Comment 1 Daniel Bates 2011-01-29 14:55:11 PST
Created attachment 80578 [details]
Patch
Comment 2 Patrick R. Gansterer 2011-01-29 14:56:47 PST
LGTM
Comment 3 Daniel Bates 2011-01-29 15:14:51 PST
Committed r77073: <http://trac.webkit.org/changeset/77073>