Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/MoonrayDso.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down