summaryrefslogtreecommitdiffstats
path: root/client/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'client/CMakeLists.txt')
-rw-r--r--client/CMakeLists.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt
deleted file mode 100644
index 1ca6d2b4e60..00000000000
--- a/client/CMakeLists.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-
-set(GODIR ${CMAKE_CURRENT_SOURCE_DIR}/go)
-
-file(GLOB_RECURSE GOSRCFILES ${GODIR}/*.go)
-
-add_custom_command(OUTPUT ${GODIR}/bin/vespa-logfmt
- COMMAND make
- DEPENDS ${GODIR}/Makefile ${GOSRCFILES}
- WORKING_DIRECTORY ${GODIR})
-
-add_custom_target(vespalog_logfmt ALL DEPENDS ${GODIR}/bin/vespa-logfmt)
-
-install(PROGRAMS ${GODIR}/bin/vespa-logfmt DESTINATION bin)