Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion website/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,14 @@ Component Options
``OpenEXRCore`` library with symbols hidden. This allows the ``OpenEXR``
library to be linked into an executable that already links against
another version of OpenEXR. See :ref:`embedded-core-label` for more details.


* ``OPENEXR_ENABLE_THREADING``

Enables threaded processing of requests, using the threading library
found at configure time. Default is ``ON``. Disable with
``-DOPENEXR_ENABLE_THREADING=OFF`` for builds on platforms where no
threading library is available, or to force single-threaded operation.

* ``BUILD_TESTING``

Build the testing tree. Default is ``ON``. Note that
Expand Down