Skip to content

Commit f0580b3

Browse files
Remove unneeded code from CMakeLists
1 parent 280c066 commit f0580b3

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

utils/config-processor/CMakeLists.txt

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
add_executable (config-processor config-processor.cpp)
22
target_link_libraries(config-processor PRIVATE clickhouse_common_config)
3-
4-
INSTALL(TARGETS config-processor RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT config-processor)

utils/corrector_utf8/CMakeLists.txt

-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
add_executable(corrector_utf8 corrector_utf8.cpp)
2-
3-
# Link the executable to the library.
42
target_link_libraries(corrector_utf8 PRIVATE clickhouse_common_io)
5-
6-
install(TARGETS corrector_utf8 RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT corrector_utf8)

utils/zookeeper-cli/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
add_executable(clickhouse-zookeeper-cli zookeeper-cli.cpp)
22
target_link_libraries(clickhouse-zookeeper-cli PRIVATE clickhouse_common_zookeeper)
3-
INSTALL(TARGETS clickhouse-zookeeper-cli RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT clickhouse-utils)

utils/zookeeper-test/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
add_executable(zk-test main.cpp)
22
target_link_libraries(zk-test PRIVATE clickhouse_common_zookeeper)
3-
INSTALL(TARGETS zk-test RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT clickhouse-utils)

0 commit comments

Comments
 (0)