summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorbrad kittenbrink <brad@lindenlab.com>2009-10-01 19:13:44 -0700
committerbrad kittenbrink <brad@lindenlab.com>2009-10-01 19:13:44 -0700
commit80f27013b2d2a7ca6509db033c8f0c31562e04c7 (patch)
tree5e99234e9201d1f2f0dfdc18026ce017b1b7a370 /indra/newview
parentd0a09f74ffebde02ad756f859a88b7bca9aec3b3 (diff)
Temporarily disabling packaging of the event_host tarball until hg subrepo support is enabled on the parabuild cluster.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/CMakeLists.txt6
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)