Skip to content
Snippets Groups Projects
Commit deaaad5e authored by Andrew A. de Laix's avatar Andrew A. de Laix
Browse files

Add dependency to fix viewer manifest exception in build modes other than all.

parent 9ae2891a
Branches
Tags
No related merge requests found
...@@ -82,6 +82,7 @@ if(DARWIN) ...@@ -82,6 +82,7 @@ if(DARWIN)
) )
endif() endif()
add_custom_target(copy_update_install ALL DEPENDS ${update_installer_targets}) add_custom_target(copy_update_install ALL DEPENDS ${update_installer_targets})
add_dependencies(llupdaterservice copy_update_install)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment