Skip to content

Commit aa2f635

Browse files
committed
CMake: Remove unsupported build option
1 parent f6e4978 commit aa2f635

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/csync/CMakeLists.txt

-6
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ if (MEM_NULL_TESTS)
2020
add_definitions(-DCSYNC_MEM_NULL_TESTS)
2121
endif (MEM_NULL_TESTS)
2222

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-
2923
set(csync_SRCS
3024
csync.cpp
3125
csync_exclude.cpp

0 commit comments

Comments
 (0)