From 9be7ccd41a9c49579bcb556952f76fe3a2e85f4c Mon Sep 17 00:00:00 2001
From: Dilawar Singh <dilawars@ncbs.res.in>
Date: Sun, 9 Aug 2015 22:56:46 +0530
Subject: [PATCH] uninstsall does not work yet.

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d72d8060..f1b1a9b5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,8 +36,8 @@ install(CODE
 set(MOOSE_GUI_DIR ${CMAKE_SOURCE_DIR}/moose-gui)
 
 install(DIRECTORY ${MOOSE_GUI_DIR}
-    PATTERN ".git" EXCLUDE
     DESTINATION lib/moose/gui
+    PATTERN ".git" EXCLUDE
     )
 
 install(PROGRAMS ${DATA_DIR}/moosegui
-- 
GitLab