diff --git a/indra/CMakeLists.txt b/indra/CMakeLists.txt index 429b8c81be57f7e873b7d43c6c589a0d03d81a55..153cc4d9aace2c603af59eeab933ed4c52118f07 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 8de3ec0fc73fcff61a3c7b22dda9724e4fd97b8d..e532793a827a38f199698739e4eb5ce8739d1aee 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)