mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Remove unneeded code from CMakeLists
This commit is contained in:
parent
280c0666a5
commit
f0580b3f72
@ -1,4 +1,2 @@
|
||||
add_executable (config-processor config-processor.cpp)
|
||||
target_link_libraries(config-processor PRIVATE clickhouse_common_config)
|
||||
|
||||
INSTALL(TARGETS config-processor RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT config-processor)
|
||||
|
@ -1,6 +1,2 @@
|
||||
add_executable(corrector_utf8 corrector_utf8.cpp)
|
||||
|
||||
# Link the executable to the library.
|
||||
target_link_libraries(corrector_utf8 PRIVATE clickhouse_common_io)
|
||||
|
||||
install(TARGETS corrector_utf8 RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT corrector_utf8)
|
||||
|
@ -1,3 +1,2 @@
|
||||
add_executable(clickhouse-zookeeper-cli zookeeper-cli.cpp)
|
||||
target_link_libraries(clickhouse-zookeeper-cli PRIVATE clickhouse_common_zookeeper)
|
||||
INSTALL(TARGETS clickhouse-zookeeper-cli RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT clickhouse-utils)
|
||||
|
@ -1,3 +1,2 @@
|
||||
add_executable(zk-test main.cpp)
|
||||
target_link_libraries(zk-test PRIVATE clickhouse_common_zookeeper)
|
||||
INSTALL(TARGETS zk-test RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT clickhouse-utils)
|
||||
|
Loading…
Reference in New Issue
Block a user