summaryrefslogtreecommitdiffstats
path: root/eval
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahoo-inc.com>2017-08-10 16:34:05 +0000
committerTor Egge <Tor.Egge@yahoo-inc.com>2017-08-10 16:34:05 +0000
commit2fc16a25d8e8debf70d31530e3e64b210f0c8358 (patch)
treedd4e32670558093b21c6983dc0f7b7cf4c9f7ffe /eval
parentc0851486ee084230fef1a5a53a59ce5e211a0125 (diff)
Use VESPA_ prefix for new cmake variables.
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 f0a972aa9b4..8a2cf16bf87 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-${LLVM_VERSION}
+ LLVM-${VESPA_LLVM_VERSION}
)