Fix build with changes to boost::uuid in versions 1.86+ (#138)

This commit is contained in:
Lee *!* Clagett
2024-10-09 13:52:06 -04:00
committed by Lee *!* Clagett
parent 64dd5d1aa9
commit 53ceb292ea
8 changed files with 652 additions and 6 deletions

View File

@@ -32,6 +32,7 @@ project(monero-lws)
enable_language(CXX)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
add_definitions(-DBOOST_UUID_DISABLE_ALIGNMENT) # This restores UUID's std::has_unique_object_representations property
option(BUILD_TESTS "Build Tests" OFF)
option(WITH_RMQ "Build with RMQ publish support" OFF)