mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Treat libbtrie as system library
This commit is contained in:
parent
8b63ab61b5
commit
9a60220345
@ -3,9 +3,4 @@ add_library(btrie
|
||||
include/btrie.h
|
||||
)
|
||||
|
||||
target_include_directories (btrie PUBLIC include)
|
||||
|
||||
if (ENABLE_TESTS)
|
||||
add_executable(test_btrie test/test_btrie.c)
|
||||
target_link_libraries(test_btrie btrie)
|
||||
endif ()
|
||||
target_include_directories (btrie SYSTEM PUBLIC include)
|
||||
|
Loading…
Reference in New Issue
Block a user