summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrad kittenbrink <brad@lindenlab.com>2010-05-27 15:29:18 -0700
committerbrad kittenbrink <brad@lindenlab.com>2010-05-27 15:29:18 -0700
commit4e8d423cc5fae86c8273df5e7ea583a9e0475711 (patch)
tree942a01e720d45e1352c9dc93824362a9607d5f4e
parent2cfa661c279b4c74b33a86bba600d02df5d2706c (diff)
WIP VPLAT-248 - Bugfix for last checkin (build depencencies for new generate_breakpad_symbols target were slightly off)
thanks for the code review mani!
-rw-r--r--indra/newview/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index a0340a1e23..78691439ee 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -1807,7 +1807,7 @@ if (PACKAGE)
"${CMAKE_CFG_INTDIR}/${VIEWER_SYMBOL_FILE}"
DEPENDS generate_breakpad_symbols.py
)
- add_custom_target(generate_breakpad_symbols ALL DEPENDS "${VIEWER_SYMBOL_FILE}")
+ add_custom_target(generate_breakpad_symbols ALL DEPENDS "${CMAKE_CFG_INTDIR}/${VIEWER_SYMBOL_FILE}")
add_dependencies(generate_breakpad_symbols viewer)
add_dependencies(package generate_breakpad_symbols)
endif (PACKAGE)