WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
88765
[CMAKE][EFL] Remove duplicated executable output path
https://bugs.webkit.org/show_bug.cgi?id=88765
Summary
[CMAKE][EFL] Remove duplicated executable output path
Gyuyoung Kim
Reported
2012-06-11 00:51:29 PDT
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
)
Attachments
Patch
(6.75 KB, patch)
2012-06-11 00:54 PDT
,
Gyuyoung Kim
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Gyuyoung Kim
Comment 1
2012-06-11 00:54:16 PDT
Created
attachment 146802
[details]
Patch
Gyuyoung Kim
Comment 2
2012-06-11 00:59:55 PDT
CC'ing patrick.
Daniel Bates
Comment 3
2012-06-11 17:43:22 PDT
Comment on
attachment 146802
[details]
Patch OK
WebKit Review Bot
Comment 4
2012-06-11 17:58:42 PDT
Comment on
attachment 146802
[details]
Patch Clearing flags on attachment: 146802 Committed
r120024
: <
http://trac.webkit.org/changeset/120024
>
WebKit Review Bot
Comment 5
2012-06-11 17:58:47 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug