Skip to content

Commit

Permalink
Fix preprocessor check, value always defined
Browse files Browse the repository at this point in the history
Signed-off-by: Kimball Thurston <kdt3rd@gmail.com>
  • Loading branch information
kdt3rd committed Sep 29, 2024
1 parent fe8dcbe commit fd75692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/IlmThread/IlmThreadPool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ ThreadPool::globalThreadPool ()
//
// The global thread pool
//
#ifdef ILMTHREAD_USE_TBB
#if ILMTHREAD_USE_TBB
// Use TBB for the global thread pool by default
//
// We do not (currently) use this as the default thread pool
Expand Down

0 comments on commit fd75692

Please sign in to comment.