adjust comments

This commit is contained in:
Ivan Blinkov 2020-05-29 23:08:05 +03:00
parent 0386e526b2
commit a84123195b
3 changed files with 1 additions and 4 deletions

View File

@ -9,5 +9,4 @@ target_link_libraries (daemon PUBLIC loggers PRIVATE clickhouse_common_io clickh
if (USE_SENTRY)
target_link_libraries (daemon PRIVATE curl)
target_link_libraries (daemon PRIVATE ${SENTRY_LIBRARY})
# target_include_directories (daemon SYSTEM BEFORE PRIVATE ${SENTRY_INCLUDE_DIR})
endif ()

View File

@ -7,6 +7,7 @@
#include <string>
/// Sends crash reports to ClickHouse core developer team via https://sentry.io
class SentryWriter
{
public:

View File

@ -9,9 +9,6 @@
#cmakedefine01 USE_BROTLI
#cmakedefine01 USE_UNWIND
#cmakedefine01 USE_OPENCL
<<<<<<< HEAD
#cmakedefine01 USE_SENTRY
=======
#cmakedefine01 USE_GRPC
>>>>>>> a4e40fb5f209539cfee6af5da7f27c1c96e02eac
#cmakedefine01 CLICKHOUSE_SPLIT_BINARY