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:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user