From be377c7b32a6e75f5936963cb75f1222864730d6 Mon Sep 17 00:00:00 2001
From: Stephen Birarda <commit@birarda.com>
Date: Tue, 19 Jan 2016 16:15:01 -0800
Subject: [PATCH] rename the console targets to server-console

---
 server-console/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server-console/CMakeLists.txt b/server-console/CMakeLists.txt
index a8de9f5457..b77bab4dd4 100644
--- a/server-console/CMakeLists.txt
+++ b/server-console/CMakeLists.txt
@@ -1,4 +1,4 @@
-set(TARGET_NAME packaged-console)
+set(TARGET_NAME packaged-server-console)
 
 if (PRODUCTION_BUILD)
   set(PRODUCTION_OPTION "--production")