1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 09:06:38 +02:00

Removed .svn from CMakes list of folders to ignore, it not longer exists

This commit is contained in:
Adam
2010-06-18 18:22:42 -04:00
parent 1c7c4708d0
commit cc3104fc3f
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -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")