We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6e4978 commit aa2f635Copy full SHA for aa2f635
src/csync/CMakeLists.txt
@@ -20,12 +20,6 @@ if (MEM_NULL_TESTS)
20
add_definitions(-DCSYNC_MEM_NULL_TESTS)
21
endif (MEM_NULL_TESTS)
22
23
-# Specific option for builds tied to servers that do not support renaming extensions
24
-set(NO_RENAME_EXTENSION 0 CACHE BOOL "Do not issue rename if the extension changes")
25
-if(NO_RENAME_EXTENSION)
26
- add_definitions(-DNO_RENAME_EXTENSION)
27
-endif()
28
-
29
set(csync_SRCS
30
csync.cpp
31
csync_exclude.cpp
0 commit comments