Skip to content

Commit eb779a3

Browse files
committed
Compilation in Debug
1 parent 3a096c0 commit eb779a3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

‎src/DistanceComputationTools.cpp‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
//Note that there is the case CC_DEBUG=OFF and neither TBB nor Qt
4545
#undef ENABLE_CLOUD2MESH_DIST_MT
4646
#endif
47+
#else
48+
#if defined(CC_CORE_LIB_USES_QT_CONCURRENT)
49+
#undef CC_CORE_LIB_USES_QT_CONCURRENT
50+
#endif
4751
#endif // #ifndef CC_DEBUG
4852

4953
namespace CCCoreLib

0 commit comments

Comments
 (0)