Merge pull request #3176 from mapycz/fix-warn

csv.input: fix warning
This commit is contained in:
Artem Pavlenko 2015-11-23 10:46:10 +00:00
commit 1b6ca8bcd0

View file

@ -29,7 +29,7 @@ if env.get('BOOST_LIB_VERSION_FROM_HEADER'):
can_build = True
if not can_build:
print 'WARNING: skipping building the optional topojson datasource plugin which requires boost >= 1.56'
print 'WARNING: skipping building the optional CSV datasource plugin which requires boost >= 1.56'
else:
Import ('plugin_base')