diff options
| author | Glenn Glazer <coyot@lindenlab.com> | 2016-07-11 12:52:44 -0700 | 
|---|---|---|
| committer | Glenn Glazer <coyot@lindenlab.com> | 2016-07-11 12:52:44 -0700 | 
| commit | f915751736bf2e40c56f7499d2a111f19dc7a6c0 (patch) | |
| tree | c5eec0e5f24ffecca533d6bb2655a95724533a6a /indra | |
| parent | 03bcad61115b7128b3b1a5ede3cd7f2bf309fd39 (diff) | |
fix closing parens in CMakeLists.txt
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/CMakeLists.txt | 9 | 
1 files changed, 6 insertions, 3 deletions
| diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 9ee7b656c0..cd7c58e97b 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1774,7 +1774,8 @@ if (WINDOWS)         --distpath ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}               ${CMAKE_SOURCE_DIR}/viewer_components/manager/SL_Launcher      COMMENT "Performing pyinstaller compile of SL_Launcher" -     +) +      add_custom_command(      OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/apply_update.exe      COMMAND ${PYTHON_DIRECTORY}/Scripts/pyinstaller.exe @@ -1784,7 +1785,8 @@ if (WINDOWS)         --distpath ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}               ${CMAKE_SOURCE_DIR}/viewer_components/manager/apply_update.py      COMMENT "Performing pyinstaller compile of updater" -     +) +      add_custom_command(      OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/download_update.exe      COMMAND ${PYTHON_DIRECTORY}/Scripts/pyinstaller.exe @@ -1794,7 +1796,8 @@ if (WINDOWS)         --distpath ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}               ${CMAKE_SOURCE_DIR}/viewer_components/manager/download_update.py      COMMENT "Performing pyinstaller compile of update downloader" -     +) +      add_custom_command(      OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/update_manager.exe      COMMAND ${PYTHON_DIRECTORY}/Scripts/pyinstaller.exe | 
