diff options
author | Andrew A. de Laix <alain@lindenlab.com> | 2010-11-10 10:08:20 -0800 |
---|---|---|
committer | Andrew A. de Laix <alain@lindenlab.com> | 2010-11-10 10:08:20 -0800 |
commit | 9d33a548b636fa739de2aa11ba9ed02b301c53a5 (patch) | |
tree | 5ffd5903822ae73bbdea49e4600e171f4414eba5 /indra/viewer_components/updater | |
parent | e87b447a0ca7c6e4aeb5f87e6767db918682499c (diff) | |
parent | deaaad5e3350a57153d7eaf8635e492ab1062c27 (diff) |
Automated merge with https://bitbucket.org/mani_linden/viewer-development/
Diffstat (limited to 'indra/viewer_components/updater')
-rw-r--r-- | indra/viewer_components/updater/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/viewer_components/updater/CMakeLists.txt b/indra/viewer_components/updater/CMakeLists.txt index c3607dff39..7657dd4517 100644 --- a/indra/viewer_components/updater/CMakeLists.txt +++ b/indra/viewer_components/updater/CMakeLists.txt @@ -82,6 +82,7 @@ if(DARWIN) ) endif() add_custom_target(copy_update_install ALL DEPENDS ${update_installer_targets}) +add_dependencies(llupdaterservice copy_update_install)
\ No newline at end of file |