csv.input: fix warning

This commit is contained in:
Jiri Drbalek 2015-11-19 15:35:19 +00:00
parent 7aa97628e0
commit 7283b758a0

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')