From a57035702bf29d908031e66e70e55d3c1c1eeaaf Mon Sep 17 00:00:00 2001 From: Jakub Svoboda <132791205+jacobfreedom@users.noreply.github.com> Date: Fri, 10 Apr 2026 13:15:40 +0200 Subject: [PATCH] Update DWA_BOOST_VERSION for Boost 1.82 --- cmake/MoonrayDso.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/MoonrayDso.cmake b/cmake/MoonrayDso.cmake index e4a36fc..76e9f37 100644 --- a/cmake/MoonrayDso.cmake +++ b/cmake/MoonrayDso.cmake @@ -169,7 +169,7 @@ function(Moonray_dso_cxx_compile_definitions target) PRIVATE ${GLOBAL_CPP_FLAGS} # TODO: add comment BOOST_FILESYSTEM_VERSION=3 # TODO: add comment - DWA_BOOST_VERSION=1073000 # TODO: add comment + DWA_BOOST_VERSION=1082000 # TODO: add comment OPENVDB_USE_BLOSC # TODO: Move this to where it is needed? OPENVDB_USE_LOG4CPLUS # TODO: Move this to where it is needed? DWREAL_IS_DOUBLE=1 # TODO: add comment