From 229756f17044563ca81096372f50cc64aab19f55 Mon Sep 17 00:00:00 2001
From: Dilawar Singh <dilawars@ncbs.res.in>
Date: Sat, 16 Dec 2017 11:19:53 +0530
Subject: [PATCH] moose -> moosegui. Not sure how it is still called moose. I
 thought I renamed it.

---
 CMakeLists.txt                  | 7 +++++--
 cmake/{moose.in => moosegui.in} | 0
 2 files changed, 5 insertions(+), 2 deletions(-)
 rename cmake/{moose.in => moosegui.in} (100%)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 05af9b09..0bb1ac05 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -132,8 +132,11 @@ if(WITH_GUI)
         )
 endif()
 
-configure_file( ${CMAKE_SOURCE_DIR}/cmake/moose.in ${CMAKE_BINARY_DIR}/moose )
-install(PROGRAMS ${CMAKE_BINARY_DIR}/moose DESTINATION bin)
+configure_file( 
+    ${CMAKE_SOURCE_DIR}/cmake/moosegui.in
+    ${CMAKE_BINARY_DIR}/moosegui 
+    )
+install(PROGRAMS ${CMAKE_BINARY_DIR}/moosegui DESTINATION bin)
 
 # UNINSTALL
 add_custom_command(OUTPUT __uninstall_moose-core__
diff --git a/cmake/moose.in b/cmake/moosegui.in
similarity index 100%
rename from cmake/moose.in
rename to cmake/moosegui.in
-- 
GitLab