mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 14:11:58 +00:00
Update CMakeLists.txt
This commit is contained in:
parent
5eca86395a
commit
467b654318
@ -291,7 +291,7 @@ if (NOT USE_INTERNAL_LZ4_LIBRARY)
|
||||
target_include_directories(dbms SYSTEM BEFORE PRIVATE ${LZ4_INCLUDE_DIR})
|
||||
endif ()
|
||||
|
||||
if(ZSTD_LIBRARY)
|
||||
if (ZSTD_LIBRARY)
|
||||
target_link_libraries(dbms PRIVATE ${ZSTD_LIBRARY})
|
||||
endif()
|
||||
if (NOT USE_INTERNAL_ZSTD_LIBRARY AND ZSTD_INCLUDE_DIR)
|
||||
|
Loading…
Reference in New Issue
Block a user