From 8a211c3b1fbb448ed8ea0284fc13422a0ff7d033 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 9 Jul 2018 17:04:17 +0200 Subject: Print info on having to issue explicit bdep-sync in bdep-config-set --- bdep/config.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bdep') diff --git a/bdep/config.cxx b/bdep/config.cxx index d8b652e..3c7760d 100644 --- a/bdep/config.cxx +++ b/bdep/config.cxx @@ -733,6 +733,8 @@ namespace bdep dr << "updated configuration "; print_configuration (dr, c); } + + info << "explicit bdep-sync is required for changes to take effect"; } return 0; -- cgit v1.1