diff options
author | Christian Goetze <cg@lindenlab.com> | 2009-02-12 02:07:22 +0000 |
---|---|---|
committer | Christian Goetze <cg@lindenlab.com> | 2009-02-12 02:07:22 +0000 |
commit | 9d7ed5e349ef57eef869b119b6830fdd7e8ff5d5 (patch) | |
tree | c0d3e1882fc5364296960cc5a1656002427c9270 /indra | |
parent | 1d938273708327ec5a7fa4bae4008809b169a2ee (diff) |
Fix linux-crash-logger dependency
Diffstat (limited to 'indra')
-rw-r--r-- | indra/CMakeLists.txt | 2 | ||||
-rw-r--r-- | indra/newview/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/indra/CMakeLists.txt b/indra/CMakeLists.txt index 429b8c81be..153cc4d9aa 100644 --- a/indra/CMakeLists.txt +++ b/indra/CMakeLists.txt @@ -68,7 +68,7 @@ if (VIEWER) if (LINUX) add_subdirectory(${VIEWER_PREFIX}linux_crash_logger) - add_dependencies(viewer linux-crash-logger-stripped) + add_dependencies(viewer linux-crash-logger-strip-target) elseif (DARWIN) add_subdirectory(${VIEWER_PREFIX}mac_crash_logger) add_subdirectory(${VIEWER_PREFIX}mac_updater) diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 8de3ec0fc7..e532793a82 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1472,7 +1472,7 @@ if (LINUX) if (NOT INSTALL) add_custom_target(package ALL DEPENDS ${product}.tar.bz2) - add_dependencies(package linux-crash-logger-stripped) + add_dependencies(package linux-crash-logger-strip-target) endif (NOT INSTALL) endif (LINUX) |