You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add an OPENEXR_INSTALL_DEVELOPER_TOOLS option
This new option will control whether or not the tools
considered to be "developer" tools should be installed.
These are tools useful for developing and debugging OpenEXR
itself that might not be suitable for distribution to end
users. exrcheck is currently the only tool considered to be
a developer tool.
Signed-off-by: Matt Johnson <matt.johnson@epicgames.com>
* exrcheck: update CMakeLists.txt to enable developer tool installation
This makes the CMakeLists.txt for exrcheck look like other
tools like exrinfo and uncomments the CMake call to install
the tool. One difference though is that exrcheck is considered
a developer tool, and as such is only installed when the
OPENEXR_INSTALL_DEVELOPER_TOOLS option is enabled.
Signed-off-by: Matt Johnson <matt.johnson@epicgames.com>
---------
Signed-off-by: Matt Johnson <matt.johnson@epicgames.com>
0 commit comments