summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahoo-inc.com>2016-06-16 17:32:28 +0200
committerArnstein Ressem <aressem@yahoo-inc.com>2016-06-16 17:32:28 +0200
commit8b71297e482023b3b7516751c185bb2637940ee5 (patch)
tree63a400ecc4867c24edab2b0046d5f57de0b11608 /searchlib
parentff78196197679a03ebd4e529c560639954ea1b19 (diff)
These targets depend on configs generated in other ones.
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/transactionlog/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/searchlib/src/vespa/searchlib/transactionlog/CMakeLists.txt b/searchlib/src/vespa/searchlib/transactionlog/CMakeLists.txt
index 6b01f773124..ea6b238e8b3 100644
--- a/searchlib/src/vespa/searchlib/transactionlog/CMakeLists.txt
+++ b/searchlib/src/vespa/searchlib/transactionlog/CMakeLists.txt
@@ -11,4 +11,6 @@ vespa_add_library(searchlib_translog OBJECT
translogserver.cpp
translogserverapp.cpp
DEPENDS
+ AFTER
+ searchlib_common
)