Skip to content

Commit

Permalink
Merge pull request #3176 from mapycz/fix-warn
Browse files Browse the repository at this point in the history
csv.input: fix warning
  • Loading branch information
artemp committed Nov 23, 2015
2 parents ec07475 + 7283b75 commit 1b6ca8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/input/csv/build.py
Expand Up @@ -29,7 +29,7 @@
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')

Expand Down

0 comments on commit 1b6ca8b

Please sign in to comment.