Skip to content

Commit a7042bc

Browse files
committed
Fixed TBB_PREVIEW_GLOBAL_CONTROL define value
Signed-off-by: Nick Avramoussis <[email protected]>
1 parent b9cf5a3 commit a7042bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openvdb/openvdb/cmd/openvdb_render.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// added in TBB 2019U4 but exists in 2018 as a preview feature. To avoid more
2626
// compile time branching (as we still support 2018), we use it in 2018 too by
2727
// enabling the below define.
28-
#define TBB_PREVIEW_GLOBAL_CONTROL
28+
#define TBB_PREVIEW_GLOBAL_CONTROL 1
2929
#include <tbb/global_control.h>
3030
#include <tbb/tick_count.h>
3131

0 commit comments

Comments
 (0)