forked from such-gitea/wownero-lws
Fix build with changes to boost::uuid in versions 1.86+ (#138)
This commit is contained in:
committed by
Lee *!* Clagett
parent
64dd5d1aa9
commit
53ceb292ea
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user