https://bugs.kde.org/show_bug.cgi?id=384928

            Bug ID: 384928
           Summary: CMake target property OUTPUT_NAME is not respected
           Product: kdevelop
           Version: 5.1.2
          Platform: Other
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Build tools: CMake
          Assignee: kdevelop-bugs-n...@kde.org
          Reporter: flying-sh...@web.de
  Target Milestone: ---

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)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to