diff options
author | Adam <Adam@anope.org> | 2010-06-18 18:22:42 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-06-18 18:22:42 -0400 |
commit | cc3104fc3f66f4deb227f02e8ea52274019e3853 (patch) | |
tree | b6baa9d400188d1be6735dd84586ea640fa55525 /src | |
parent | 1c7c4708d05f47ffe8441fc731cafe1295e6b800 (diff) |
Removed .svn from CMakes list of folders to ignore, it not longer exists
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
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") |