https://bugs.kde.org/show_bug.cgi?id=379484
Bug ID: 379484
Summary: KDevelop disregards target property OUTPUT_NAME
Product: kdevelop
Version: git master
Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: Build tools: CMake
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
KDevelop disregards target property OUTPUT_NAME when auto-detecting executable
path for launch configuration.
Steps to reproduce:
1. Create a cmake target (e.g. "abc"); set its property OUTPUT_NAME to
something else, e.g. "xyz_binary":
set_property(TARGET abc PROPERTY OUTPUT_NAME "xyz_binary")
2. Go to Run -> Run Configurations...
3. Use the "Add" drop-down to add a run configuration for the target "abc".
4. Press Shift+F9 to run the target.
Actual results: it tries to run "abc" which does not exist.
Expected results: run "xyz_binary".
--
You are receiving this mail because:
You are watching all bug changes.