mirror of https://github.com/ByConity/ByConity
Fixed "splitted" build
This commit is contained in:
parent
c0118bda75
commit
1d289b5b49
|
@ -162,6 +162,10 @@ endif ()
|
|||
if (USE_UNWIND)
|
||||
target_compile_definitions (clickhouse_common_io PRIVATE USE_UNWIND=1)
|
||||
target_include_directories (clickhouse_common_io SYSTEM BEFORE PRIVATE ${UNWIND_INCLUDE_DIR})
|
||||
|
||||
if (NOT USE_INTERNAL_UNWIND_LIBRARY_FOR_EXCEPTION_HANDLING)
|
||||
target_link_libraries (common PRIVATE ${UNWIND_LIBRARY})
|
||||
endif ()
|
||||
endif ()
|
||||
|
||||
add_subdirectory(src/Common/ZooKeeper)
|
||||
|
|
Loading…
Reference in New Issue