zenoblend icon indicating copy to clipboard operation
zenoblend copied to clipboard

Debug build has release/debug mismatches.

Open Geramy opened this issue 3 years ago • 0 comments

When configuring for debug mode with vcpkg and cmake the visual studio solution files have a lot of mismatches. The paths for the tbb and tbb malloc are wrong in all project files and zeno_mesh has debug/release mismatches which probably goes back to the mpmmeshing library. This is a problem when trying to build the project in debug mode. its tbb_debug and not tbb-debug also the vcpkg location for debug libraries are debug/lib/ not lib/. I am working on building a debug version to see if it changes any of the problems I am having with openvdb and I think tbb as well.

Geramy avatar Mar 29 '22 18:03 Geramy