Bug 384928

Summary: CMake target property OUTPUT_NAME is not respected
Product: [Applications] kdevelop Reporter: Philipp A. <flying-sheep>
Component: Build tools: CMakeAssignee: kdevelop-bugs-null
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version First Reported In: 5.1.2   
Target Milestone: ---   
Platform: Other   
OS: All   
Latest Commit: Version Fixed In:
Sentry Crash Report:

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