From fd7edb7ced57448cf8c17ef46faff2cff13705c1 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sun, 29 Aug 2010 17:48:22 +0000
Subject: [PATCH] don't package project in source

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index b44a8b2f15..d897322037 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1011,7 +1011,7 @@ set(CPACK_SOURCE_GENERATOR TGZ)
 set(CPACK_SOURCE_IGNORE_FILES "${CMAKE_CURRENT_BINARY_DIR}" "/CVS/" "/.svn" "~$" 
     "DS_Store$" "GmshConfig.h$" "GmshVersion.h$" "/benchmarks/" "/tmp/" 
     "/bin/" "/lib/" "/nightly/" "GPATH" "GRTAGS" "GSYMS" "GTAGS" "/HTML/" 
-    "/TetgenNew/") #"/Tetgen.*/.*(cxx|h)")
+    "/projects/" "/TetgenNew/") #"/Tetgen.*/.*(cxx|h)")
 
 if(UNIX)
   # make sure we remove previous installs before doing the next one
-- 
GitLab