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

Typo fixing, spotted by DukePyrolator.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2304 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
cyberbotx
2009-05-26 04:33:44 +00:00
parent 7e8a7fc598
commit deeec4fbf1
+1 -1
View File
@@ -55,7 +55,7 @@ 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(MODULE_FILES ".svn")
remove_item_from_list(MODULES_FILES ".svn")
# Iterate through this directory searching for subdirectories, and creating modules for those subdirectories
foreach(FILE ${MODULES_FILES})