Skip to content
Snippets Groups Projects
Commit 3b920963 authored by Michael Davis's avatar Michael Davis
Browse files

[cta-frontend] Disables compile-time debug output

parent e9c5f24e
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ if (OCCI_SUPPORT)
set_property (TARGET XrdSsiCta APPEND PROPERTY INSTALL_RPATH ${ORACLE-INSTANTCLIENT_RPATH})
endif (OCCI_SUPPORT)
# Get some extra debug messages on stdout
target_compile_definitions(XrdSsiCta PRIVATE XRDSSI_DEBUG)
#target_compile_definitions(XrdSsiCta PRIVATE XRDSSI_DEBUG)
install (TARGETS XrdCtaOfs DESTINATION usr/${CMAKE_INSTALL_LIBDIR})
install (TARGETS XrdSsiCta DESTINATION usr/${CMAKE_INSTALL_LIBDIR})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment