Bump boost to 1.80

This commit is contained in:
Robert Schulze 2023-08-21 07:26:53 +00:00
parent b074e44c1b
commit d863b5798f
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A
2 changed files with 6 additions and 1 deletions

2
contrib/boost vendored

@ -1 +1 @@
Subproject commit bb179652862b528d94a9032a784796c4db846c3f
Subproject commit 063a9372b4ae304e869a5c5724971d0501552731

View File

@ -19,6 +19,11 @@ add_library (_boost_filesystem ${SRCS_FILESYSTEM})
add_library (boost::filesystem ALIAS _boost_filesystem)
target_include_directories (_boost_filesystem SYSTEM BEFORE PUBLIC ${LIBRARY_DIR})
target_compile_definitions (_boost_filesystem PRIVATE
BOOST_FILESYSTEM_HAS_POSIX_AT_APIS=1
)
# headers-only
add_library (_boost_headers_only INTERFACE)