summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2020-07-07 12:39:41 +0200
committerTor Egge <Tor.Egge@broadpark.no>2020-07-07 12:39:41 +0200
commit2fd4c64d20bc972d15ee4234a1f85a08305c43ad (patch)
tree562c1d71ef1f10131c8270bcec5ddf9540d40636 /searchlib
parent4f5979902977694ca025d2535192d790e8d3be3a (diff)
Use module source dependencies.
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/transactionlog/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/searchlib/src/vespa/searchlib/transactionlog/CMakeLists.txt b/searchlib/src/vespa/searchlib/transactionlog/CMakeLists.txt
index d964c88fe29..bc889ec356d 100644
--- a/searchlib/src/vespa/searchlib/transactionlog/CMakeLists.txt
+++ b/searchlib/src/vespa/searchlib/transactionlog/CMakeLists.txt
@@ -12,6 +12,4 @@ vespa_add_library(searchlib_transactionlog OBJECT
translogserverapp.cpp
DEPENDS
searchlib_sconfig
- AFTER
- searchlib_common
)