csv.input: fix warning
This commit is contained in:
parent
7aa97628e0
commit
7283b758a0
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ if env.get('BOOST_LIB_VERSION_FROM_HEADER'):
|
||||||
can_build = True
|
can_build = True
|
||||||
|
|
||||||
if not can_build:
|
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:
|
else:
|
||||||
Import ('plugin_base')
|
Import ('plugin_base')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue