mirror of
https://github.com/anope/anope.git
synced 2026-07-02 21:43:13 +02:00
Make sure the .svn folder is removed when checking src/modules for subdirectories, spotted by DukePyrolator.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2303 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -55,6 +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")
|
||||
|
||||
# Iterate through this directory searching for subdirectories, and creating modules for those subdirectories
|
||||
foreach(FILE ${MODULES_FILES})
|
||||
|
||||
Reference in New Issue
Block a user