summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-04-16 15:37:59 +0200
committerHenning Baldersheim <balder@oath.com>2018-04-16 15:37:59 +0200
commit96c808b99545c027e68c54f0e1fa8ac8425e192f (patch)
tree48f9d94d569063f120d5f969bfbaa656164a6e2b
parent0d31b569d29bbc265105af6274f53936561f5e46 (diff)
Remove unused dependency.
-rw-r--r--searchcore/src/apps/vespa-dump-feed/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/searchcore/src/apps/vespa-dump-feed/CMakeLists.txt b/searchcore/src/apps/vespa-dump-feed/CMakeLists.txt
index df2022f2e70..f22e6c8b241 100644
--- a/searchcore/src/apps/vespa-dump-feed/CMakeLists.txt
+++ b/searchcore/src/apps/vespa-dump-feed/CMakeLists.txt
@@ -4,5 +4,3 @@ vespa_add_executable(searchcore_vespa-dump-feed_app
vespa-dump-feed.cpp
DEPENDS
)
-vespa_add_target_system_dependency(searchcore_vespa-dump-feed_app boost boost_system${VESPA_BOOST_LIB_SUFFIX})
-vespa_add_target_system_dependency(searchcore_vespa-dump-feed_app boost boost_filesystem${VESPA_BOOST_LIB_SUFFIX})