Fixed typo USE_BOOST_FILESYSYTEM
This commit is contained in:
parent
bb280a2815
commit
bc09efb8f5
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ if(USE_BIGINT)
|
|||
endif()
|
||||
|
||||
if(USE_BOOST_FILESYSTEM)
|
||||
list(APPEND MAPNIK_COMPILE_DEFS USE_BOOST_FILESYSYTEM)
|
||||
list(APPEND MAPNIK_COMPILE_DEFS USE_BOOST_FILESYSTEM)
|
||||
list(APPEND MAPNIK_OPTIONAL_LIBS Boost::filesystem)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue