diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2009-07-20 17:14:30 -0700 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2009-07-20 17:14:30 -0700 |
commit | 89dcba8b82fd0ce2c878b73fcef445a43d841115 (patch) | |
tree | 48061da1454101698846a33bc048b6a5a6b1e8f5 /indra | |
parent | 105ad6d81522f17cf0e2deaf9c71e2a9b234b33d (diff) | |
parent | 91270a4fdc0a7dd03c5dc99d5ed5369796bdad0b (diff) |
Resolve updates
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 341b74b6f8..0836a4b016 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1297,11 +1297,12 @@ if (WINDOWS) ) if (PACKAGE) add_custom_command( - OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/event_host.tar.bz2 + OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/event_host.tar.bz2 COMMAND ${PYTHON_EXECUTABLE} ARGS ${CMAKE_CURRENT_SOURCE_DIR}/event_host_manifest.py ${CMAKE_CURRENT_SOURCE_DIR}/.. + ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CFG_INTDIR} DEPENDS @@ -1312,7 +1313,7 @@ if (WINDOWS) add_custom_target(package ALL DEPENDS ${CMAKE_CFG_INTDIR}/touched.bat - ${CMAKE_CURRENT_SOURCE_DIR}/event_host.tar.bz2) + ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/event_host.tar.bz2) add_dependencies(package windows-updater windows-crash-logger) |