| Summary: | CMake target property OUTPUT_NAME is not respected | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Philipp A. <flying-sheep> |
| Component: | Build tools: CMake | Assignee: | 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/Implemented In: | ||
| Sentry Crash Report: | |||
This should be fixed in 5.2.0. *** This bug has been marked as a duplicate of bug 379484 *** |
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)