From bfdbd3fbddd3e0d170e495ecfebcec4c32b7231b Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 20 Sep 2009 15:07:35 +0000 Subject: [PATCH] *** empty log message *** --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a698805658..f445c50b5d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -709,7 +709,6 @@ if(UNIX) # find files existing at configuration time) add_custom_target(purge COMMAND rm -f `find . -name *~ -o -name *~~` - COMMAND rm -f `find . -name .DS_Store -o -name debug?.pos` WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}) add_custom_target(etags COMMAND etags `find . -name *.cpp -o -name *.h -o -name *.y` -- GitLab