kossebau added inline comments.

INLINE COMMENTS

> kossebau wrote in KF5PackageMacros.cmake:158
> This "Generating xyz" might be still good to have. Please consider picking 
> this up with a
> 
>   COMMENT "Generating: ${xyz}"
> 
> added to `add_custom_command`, where ${xyz} gets a proper variable name :) 
> and as content the relative path to the current bin dir, by some
> 
>   file(RELATIVE_PATH xyz ${CMAKE_CURRENT_BINARY_DIR} 
> ${GENERATED_RRC_CONTENTS})
> 
> or possibly using directly without the xyz var `${component}-contents.rcc` in 
> the COMMENT message.

And rather

  COMMENT "Generating ${xyz}"

so without the ":" to follow the usual pattern.

REPOSITORY
  R290 KPackage

REVISION DETAIL
  https://phabricator.kde.org/D11642

To: bshah, mart, davidedmundson, apol
Cc: kossebau, #frameworks, michaelh, ngraham

Reply via email to