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

Reply via email to