mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-14 18:32:29 +00:00
move to object libs
This commit is contained in:
parent
5c631ff811
commit
51e71bd10e
@ -108,7 +108,7 @@ add_subdirectory(JSONPath)
|
||||
list (APPEND PRIVATE_LIBS clickhouse_functions_jsonpath)
|
||||
|
||||
add_subdirectory(keyvaluepair)
|
||||
list (APPEND PRIVATE_LIBS clickhouse_functions_extractkeyvaluepairs)
|
||||
list (APPEND OBJECT_LIBS $<TARGET_OBJECTS:clickhouse_functions_extractkeyvaluepairs>)
|
||||
|
||||
# Signed integer overflow on user-provided data inside boost::geometry - ignore.
|
||||
set_source_files_properties("pointInPolygon.cpp" PROPERTIES COMPILE_FLAGS -fno-sanitize=signed-integer-overflow)
|
||||
|
Loading…
Reference in New Issue
Block a user