mirror of
https://github.com/anope/anope.git
synced 2026-06-12 18:54:47 +02:00
Removed .svn from CMakes list of folders to ignore, it not longer exists
This commit is contained in:
+1
-1
@@ -385,7 +385,7 @@ if(WIN32)
|
||||
endif(WIN32)
|
||||
|
||||
# Add the initial files to ignore which will be ignored regardless of if you are building in-source or out-of-source
|
||||
add_to_cpack_ignored_files(".git\;config.cache\;.svn\;CMakeFiles\;sysconf.h$\;Makefile.inc$\;config.log\;config.status\;build\;autom4te.cache" TRUE)
|
||||
add_to_cpack_ignored_files(".git\;config.cache\;CMakeFiles\;sysconf.h$\;Makefile.inc$\;config.log\;config.status\;build\;autom4te.cache" TRUE)
|
||||
# Add the files we don't want the periods converted for
|
||||
add_to_cpack_ignored_files(".\\\\\\\\.so$;.\\\\\\\\.o$;.\\\\\\\\.s$;${Anope_SOURCE_DIR}/Makefile$")
|
||||
# If the two directories are the same, we are building in-source, thus we need to ignore more files from the build
|
||||
|
||||
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user