From 342412a11405931d46667b179b9e861b8ed39875 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Tue, 18 Dec 2018 11:20:18 +0100 Subject: wanda: replace boost::iterator with range v3 --- conanfile.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conanfile.py') diff --git a/conanfile.py b/conanfile.py index 701cab6..b52a100 100644 --- a/conanfile.py +++ b/conanfile.py @@ -11,6 +11,7 @@ class Wanda(ConanFile): generators = "cmake" default_user = "fmorgner" default_channel = "stable" + build_policy = "missing" settings = ( "os", "arch", @@ -24,9 +25,9 @@ class Wanda(ConanFile): ) requires = ( "asio/1.12.0@bincrafters/stable", - "boost_iterator/1.67.0@bincrafters/stable", "clara/1.1.5@bincrafters/stable", "spdlog/1.2.1@bincrafters/stable", + "range-v3/0.4.0@ericniebler/stable", ) default_options = { "asio:standalone": True, -- cgit v1.2.3