Update CMakeLists.txt

Co-authored-by: Mathis Logemann <mathisloge@gmail.com>
This commit is contained in:
Artem Pavlenko 2023-03-09 21:14:45 +00:00 committed by GitHub
parent d680d1d7f5
commit 96a6fcd941
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -267,6 +267,7 @@ endif()
if(USE_BOOST_FILESYSTEM) if(USE_BOOST_FILESYSTEM)
list(APPEND MAPNIK_COMPILE_DEFS USE_BOOST_FILESYSYTEM) list(APPEND MAPNIK_COMPILE_DEFS USE_BOOST_FILESYSYTEM)
list(APPEND MAPNIK_OPTIONAL_LIBS Boost::filesystem)
endif() endif()
if(USE_MEMORY_MAPPED_FILE) if(USE_MEMORY_MAPPED_FILE)