Archived issue #0024217
CMake does not differentiate between the release and debug versions of TBB
Description
re-posted from:
http://dev.opencascade.org/index.php?q=node/849
I build on VS2012 x64. Configuring CMake and compilation went OK. The only thing was that for the Debug Build CMake does not differentiate between the release and debug versions of TBB and so the INSTALL project copies always the TBB release binaries (e.g. tbb.dll instead of tbb_debug.dll).
It is not a problem to change it manually but my original expectation was that changing the BUILD_TYPE in CMake from 'Release' to 'Debug' would take care of that.
http://dev.opencascade.org/index.php?q=node/849
I build on VS2012 x64. Configuring CMake and compilation went OK. The only thing was that for the Debug Build CMake does not differentiate between the release and debug versions of TBB and so the INSTALL project copies always the TBB release binaries (e.g. tbb.dll instead of tbb_debug.dll).
It is not a problem to change it manually but my original expectation was that changing the BUILD_TYPE in CMake from 'Release' to 'Debug' would take care of that.
Public activity
1 archived note
Participants are labeled by their role within this record.
Dear Commenter 2, the fix has been integrated in OCCT 6.7.0 (unrelated changes of 24469 issue) already. Please close the issue
Related records