Skip to content
Snippets Groups Projects
Commit ba4f3367 authored by Eric Cano's avatar Eric Cano
Browse files

Added option to allow compilation of SynchronizationThread.cpp against latest rados versions.

parent 5120e343
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@ set(GCBIN_SRCS
DeletionThread.cpp
SynchronizationThread.cpp
CephGlobals.cpp)
set_property(SOURCE SynchronizationThread.cpp APPEND PROPERTY COMPILE_FLAGS -Wno-deprecated-declarations)
add_executable (gcd ${GCBIN_SRCS})
target_link_libraries (gcd
castorcommon
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment