summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-06-18 18:22:42 -0400
committerAdam <Adam@anope.org>2010-06-18 18:22:42 -0400
commitcc3104fc3f66f4deb227f02e8ea52274019e3853 (patch)
treeb6baa9d400188d1be6735dd84586ea640fa55525
parent1c7c4708d05f47ffe8441fc731cafe1295e6b800 (diff)
Removed .svn from CMakes list of folders to ignore, it not longer exists
-rw-r--r--CMakeLists.txt2
-rw-r--r--src/modules/CMakeLists.txt1
2 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0efe64fbe..8493c5835 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -385,7 +385,7 @@ if(WIN32)
endif(WIN32)
# Add the initial files to ignore which will be ignored regardless of if you are building in-source or out-of-source
-add_to_cpack_ignored_files(".git\;config.cache\;.svn\;CMakeFiles\;sysconf.h$\;Makefile.inc$\;config.log\;config.status\;build\;autom4te.cache" TRUE)
+add_to_cpack_ignored_files(".git\;config.cache\;CMakeFiles\;sysconf.h$\;Makefile.inc$\;config.log\;config.status\;build\;autom4te.cache" TRUE)
# Add the files we don't want the periods converted for
add_to_cpack_ignored_files(".\\\\\\\\.so$;.\\\\\\\\.o$;.\\\\\\\\.s$;${Anope_SOURCE_DIR}/Makefile$")
# If the two directories are the same, we are building in-source, thus we need to ignore more files from the build
diff --git a/src/modules/CMakeLists.txt b/src/modules/CMakeLists.txt
index 6745e8a67..ad66663c3 100644
--- a/src/modules/CMakeLists.txt
+++ b/src/modules/CMakeLists.txt
@@ -56,7 +56,6 @@ endforeach(SRC)
# Get a list of ALL files and directories within the current directory
file(GLOB MODULES_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*")
-remove_item_from_list(MODULES_FILES ".svn")
remove_item_from_list(MODULES_FILES "CMakeFiles")
remove_item_from_list(MODULES_FILES "mysql")