From 1470c64377bfd29d434261208cd91b001b17c3f4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 18 Jul 2016 10:26:44 +0200 Subject: Add standard static/shared macros for imported installed libraries --- build2/utility.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/utility.cxx') diff --git a/build2/utility.cxx b/build2/utility.cxx index 5fcdebf..15a0aee 100644 --- a/build2/utility.cxx +++ b/build2/utility.cxx @@ -185,7 +185,7 @@ namespace build2 bool find_option (const char* option, const strings& strs, bool) { - //@@ TODO ignore case + //@@ CASE ignore case for (const string& s: strs) { @@ -199,7 +199,7 @@ namespace build2 bool find_option (const char* option, const cstrings& cstrs, bool) { - //@@ TODO ignore case + //@@ CASE ignore case for (const char* s: cstrs) { -- cgit v1.1