From deeec4fbf1e62180a48a84cb2dee5ef299ebca9f Mon Sep 17 00:00:00 2001 From: cyberbotx Date: Tue, 26 May 2009 04:33:44 +0000 Subject: [PATCH] Typo fixing, spotted by DukePyrolator. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2304 5417fbe8-f217-4b02-8779-1006273d7864 --- src/modules/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/CMakeLists.txt b/src/modules/CMakeLists.txt index df0525615..e9863b6e3 100644 --- a/src/modules/CMakeLists.txt +++ b/src/modules/CMakeLists.txt @@ -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})