Bug 384928 - CMake target property OUTPUT_NAME is not respected
Summary: CMake target property OUTPUT_NAME is not respected
Status: RESOLVED DUPLICATE of bug 379484
Alias: None
Product: kdevelop
Classification: Applications
Component: Build tools: CMake (show other bugs)
Version: 5.1.2
Platform: Other All
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-21 12:07 UTC by Philipp A.
Modified: 2017-09-21 13:23 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipp A. 2017-09-21 12:07:17 UTC
for the following case, the build target list will contain “mything-bin” and try to execute a file called that instead of “mything”

    add_executable(mything-bin ${MY_SRCS})
    set_target_properties(mything-bin PROPERTIES OUTPUT_NAME mything)
Comment 1 Kevin Funk 2017-09-21 13:23:05 UTC
This should be fixed in 5.2.0.

*** This bug has been marked as a duplicate of bug 379484 ***