summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2020-07-07 17:24:08 +0200
committerTor Egge <Tor.Egge@broadpark.no>2020-07-07 17:24:08 +0200
commit8b5789e77212502db863ba7f9cb6860216a23024 (patch)
tree6a9856b4290b90725cfcf5bb97e498aef10cf6bb /searchlib
parent3019bb20dbb67f59377f415aa8e71512223e7e3a (diff)
Use EXTERNAL_DEPENDS for external dependencies.
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/tests/util/ioerrorhandler/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchlib/src/tests/util/ioerrorhandler/CMakeLists.txt b/searchlib/src/tests/util/ioerrorhandler/CMakeLists.txt
index dcc640befc1..5397a453023 100644
--- a/searchlib/src/tests/util/ioerrorhandler/CMakeLists.txt
+++ b/searchlib/src/tests/util/ioerrorhandler/CMakeLists.txt
@@ -5,6 +5,7 @@ vespa_add_executable(searchlib_ioerrorhandler_test_app TEST
DEPENDS
searchlib_test
searchlib
+ EXTERNAL_DEPENDS
dl
)
vespa_add_test(NAME searchlib_ioerrorhandler_test_app COMMAND searchlib_ioerrorhandler_test_app)