D7253: Add build-flatpak target if there is a flatpak recipe around

Christophe Giboudeaux noreply at phabricator.kde.org
Mon Aug 14 07:50:47 UTC 2017


cgiboudeaux added inline comments.

INLINE COMMENTS

> KDECMakeSettings.cmake:361
> +function(_find_json_recipe json_recipe)
> +    execute_process(COMMAND git ls-files *org.kde.*.json
> +        OUTPUT_VARIABLE json

find_package(Git)
if(Git_FOUND)
 execute_process(COMMAND GIT_EXECUTABLE...

else()
print some message

REPOSITORY
  R240 Extra CMake Modules

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

To: elvisangelaccio, apol, #frameworks
Cc: cgiboudeaux, #frameworks, #build_system
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20170814/4f172748/attachment.html>


More information about the Kde-frameworks-devel mailing list