diff options
| author | tobtoht <tob@featherwallet.org> | 2025-02-18 13:44:48 +0100 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2025-02-18 13:49:51 +0100 |
| commit | b556ca66789b7054ee593b63380b4050183aa994 (patch) | |
| tree | 2ce67081c1b4a1a2c36ea2e34b524e1cd5e46630 /CMakeLists.txt | |
| parent | aad91bf196ee771b8edc8d2446911037b1aae82a (diff) | |
| download | monzero-core-b556ca66789b7054ee593b63380b4050183aa994.tar.gz monzero-core-b556ca66789b7054ee593b63380b4050183aa994.tar.xz monzero-core-b556ca66789b7054ee593b63380b4050183aa994.zip | |
depends: boost: update to 1.69.0
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index db69b1b04..37ad0a23e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1108,12 +1108,6 @@ add_definitions(-DBOOST_ASIO_ENABLE_SEQUENTIAL_STRAND_ALLOCATION) add_definitions(-DBOOST_NO_AUTO_PTR) add_definitions(-DBOOST_UUID_DISABLE_ALIGNMENT) # This restores UUID's std::has_unique_object_representations property -if(FREEBSD AND DEPENDS) - # Boost 1.66.0 fails to detect that we have <string_view>, resulting in an incorrect include. - # This line can be removed if Boost is upgraded to > 1.66.0. - add_definitions(-DBOOST_ASIO_HAS_STD_STRING_VIEW) -endif() - include_directories(SYSTEM ${Boost_INCLUDE_DIRS}) if(MINGW) set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -Wa,-mbig-obj") |
