From 61a37fd406df7761a13806c68850e96780fd0f2e Mon Sep 17 00:00:00 2001 From: branan Date: Tue, 17 Apr 2012 10:37:57 -0700 Subject: [PATCH] Fix plCrashHandler external build --- Sources/Plasma/Apps/plCrashHandler/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Plasma/Apps/plCrashHandler/CMakeLists.txt b/Sources/Plasma/Apps/plCrashHandler/CMakeLists.txt index db372c4b..c1b6c37a 100644 --- a/Sources/Plasma/Apps/plCrashHandler/CMakeLists.txt +++ b/Sources/Plasma/Apps/plCrashHandler/CMakeLists.txt @@ -8,7 +8,7 @@ set(plCrashHandler_SOURCES add_executable(plCrashHandler ${plCrashHandler_SOURCES}) if(PLASMA_EXTERNAL_RELEASE) - set_target_properties(plClient PROPERTIES OUTPUT_NAME "UruCrashHandler") + set_target_properties(plCrashHandler PROPERTIES OUTPUT_NAME "UruCrashHandler") endif(PLASMA_EXTERNAL_RELEASE) target_link_libraries(plCrashHandler CoreLib) target_link_libraries(plCrashHandler pfCrashHandler)