Commit 2382b579 authored by Ghislain MARY's avatar Ghislain MARY

Update cmake-builder submodule + show missing dependencies.

parent 641c03f7
...@@ -180,6 +180,7 @@ def main(): ...@@ -180,6 +180,7 @@ def main():
preparator = DesktopPreparator() preparator = DesktopPreparator()
preparator.parse_args() preparator.parse_args()
if preparator.check_tools() != 0: if preparator.check_tools() != 0:
preparator.show_missing_dependencies()
return 1 return 1
return preparator.run() return preparator.run()
......
cmake-builder @ 73c819a9
Subproject commit 852b8d37ff836e70313afb5b721ebd90977b82fe Subproject commit 73c819a964606bf97d8168fcc9ca80c151bd1f82
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment