summaryrefslogtreecommitdiffstats
path: root/fbench
diff options
context:
space:
mode:
authorHåvard Pettersen <havardpe@yahooinc.com>2023-02-28 13:18:22 +0000
committerHåvard Pettersen <havardpe@yahooinc.com>2023-02-28 13:50:46 +0000
commit19f42845eb32e76adc7a73edddd9bb6254309998 (patch)
treeb36177bb80518608738ab80283388ee92cbd08ff /fbench
parent8232d5d9d8703329ae627f4ca43202be4c37b067 (diff)
remove fastos
Diffstat (limited to 'fbench')
-rw-r--r--fbench/CMakeLists.txt1
-rw-r--r--fbench/src/httpclient/CMakeLists.txt1
-rw-r--r--fbench/src/test/CMakeLists.txt1
3 files changed, 0 insertions, 3 deletions
diff --git a/fbench/CMakeLists.txt b/fbench/CMakeLists.txt
index ff287d221ec..3f1d78a66a0 100644
--- a/fbench/CMakeLists.txt
+++ b/fbench/CMakeLists.txt
@@ -1,7 +1,6 @@
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_define_module(
DEPENDS
- fastos
vespalib
APPS
diff --git a/fbench/src/httpclient/CMakeLists.txt b/fbench/src/httpclient/CMakeLists.txt
index 163a68f9c98..2d5e3b32437 100644
--- a/fbench/src/httpclient/CMakeLists.txt
+++ b/fbench/src/httpclient/CMakeLists.txt
@@ -4,5 +4,4 @@ vespa_add_library(fbench_httpclient STATIC
httpclient.cpp
DEPENDS
fbench_util
- fastos
)
diff --git a/fbench/src/test/CMakeLists.txt b/fbench/src/test/CMakeLists.txt
index d13b6b82a81..c81d818ed06 100644
--- a/fbench/src/test/CMakeLists.txt
+++ b/fbench/src/test/CMakeLists.txt
@@ -26,6 +26,5 @@ vespa_add_executable(fbench_clientstatus_app TEST
clientstatus.cpp
DEPENDS
fbench_util
- fastos
)
vespa_add_test(NAME fbench_clientstatus_app COMMAND fbench_clientstatus_app)