diff --git a/cmake/OpenEXRSetup.cmake b/cmake/OpenEXRSetup.cmake index 38d86de51..4fdce3462 100644 --- a/cmake/OpenEXRSetup.cmake +++ b/cmake/OpenEXRSetup.cmake @@ -40,7 +40,8 @@ set(IEX_NAMESPACE "Iex" CACHE STRING "Public namespace alias for Iex") option(OPENEXR_INSTALL_PKG_CONFIG "Install OpenEXR.pc file" ON) # Whether to enable threading. This can be disabled, although thread pool and tasks -# are still used, just processed immediately +# are still used, just processed immediately. Note that if this is disabled, the +# OpenEXR library may not be thread-safe and should only be used by a single thread. option(OPENEXR_ENABLE_THREADING "Enables threaded processing of requests" ON) # When set to ON, will change the thread pool to use TBB for the # global thread pool by default.