summaryrefslogtreecommitdiffstats
path: root/vespaclient
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 /vespaclient
parentc0851486ee084230fef1a5a53a59ce5e211a0125 (diff)
Use VESPA_ prefix for new cmake variables.
Diffstat (limited to 'vespaclient')
-rw-r--r--vespaclient/src/vespa/vespaclient/vespadoclocator/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespaclient/src/vespa/vespaclient/vespadoclocator/CMakeLists.txt b/vespaclient/src/vespa/vespaclient/vespadoclocator/CMakeLists.txt
index c81ad46c86e..69bffc28092 100644
--- a/vespaclient/src/vespa/vespaclient/vespadoclocator/CMakeLists.txt
+++ b/vespaclient/src/vespa/vespaclient/vespadoclocator/CMakeLists.txt
@@ -8,4 +8,4 @@ vespa_add_executable(vespaclient_vespadoclocator_app
INSTALL bin
DEPENDS
)
-vespa_add_target_system_dependency(vespaclient_vespadoclocator_app boost boost_program_options${BOOST_LIB_SUFFIX})
+vespa_add_target_system_dependency(vespaclient_vespadoclocator_app boost boost_program_options${VESPA_BOOST_LIB_SUFFIX})