diff options
| author | brad kittenbrink <brad@lindenlab.com> | 2009-10-01 19:13:44 -0700 | 
|---|---|---|
| committer | brad kittenbrink <brad@lindenlab.com> | 2009-10-01 19:13:44 -0700 | 
| commit | 80f27013b2d2a7ca6509db033c8f0c31562e04c7 (patch) | |
| tree | 5e99234e9201d1f2f0dfdc18026ce017b1b7a370 /indra | |
| parent | d0a09f74ffebde02ad756f859a88b7bca9aec3b3 (diff) | |
Temporarily disabling packaging of the event_host tarball until hg subrepo support is enabled on the parabuild cluster.
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/CMakeLists.txt | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index e17cee2219..1d4b0261ad 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1409,8 +1409,10 @@ if (WINDOWS)        add_custom_target(package ALL             DEPENDS  -            ${CMAKE_CFG_INTDIR}/touched.bat -            ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/event_host.tar.bz2) +            ${CMAKE_CFG_INTDIR}/touched.bat) +            # temporarily disable packaging of event_host until hg subrepos get +            # sorted out on the parabuild cluster... +            #${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/event_host.tar.bz2)        add_dependencies(package windows-updater windows-crash-logger) | 
