summaryrefslogtreecommitdiffstats
path: root/eval
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahoo-inc.com>2017-08-10 13:43:52 +0000
committerTor Egge <Tor.Egge@yahoo-inc.com>2017-08-10 13:43:52 +0000
commit9baba26067b289068af6000f8305dacf8d1f8c7d (patch)
tree4c899cd465d5f2a1ae062537ba8053683e747c49 /eval
parent3877fbd15fb439ec870a4e9879471f36b2677dee (diff)
Prepare for using other versions of boost and llvm.
Diffstat (limited to 'eval')
-rw-r--r--eval/src/vespa/eval/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval/src/vespa/eval/CMakeLists.txt b/eval/src/vespa/eval/CMakeLists.txt
index 0a46b498b80..f0a972aa9b4 100644
--- a/eval/src/vespa/eval/CMakeLists.txt
+++ b/eval/src/vespa/eval/CMakeLists.txt
@@ -11,5 +11,5 @@ vespa_add_library(vespaeval
$<TARGET_OBJECTS:eval_tensor_serialization>
INSTALL lib64
DEPENDS
- LLVM-3.9
+ LLVM-${LLVM_VERSION}
)