Fixed typo USE_BOOST_FILESYSYTEM

This commit is contained in:
Hummeltech 2023-03-19 14:01:14 -07:00 committed by GitHub
parent bb280a2815
commit bc09efb8f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()