-
Notifications
You must be signed in to change notification settings - Fork 627
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Remove the OPENEXR_INSTALL_EXAMPLES CMake option #1666
🐛 Remove the OPENEXR_INSTALL_EXAMPLES CMake option #1666
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small suggestion below, but otherwise perfect, thanks! Last time I looked I suspected that was superfluous but didn't do anything about it.
website/install.rst
Outdated
@@ -460,7 +460,7 @@ Component Options | |||
Install the binary programs (exrheader, exrinfo, | |||
exrmakepreview, etc). Default is ``ON``. | |||
|
|||
* ``OPENEXR_INSTALL_EXAMPLES`` | |||
* ``OPENEXR_BUILD_EXAMPLES`` | |||
|
|||
Build and install the example code. Default is ``ON``. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should remove any reference to install here:
Build and install the example code. Default is ``ON``. | |
Build the example code. Default is ``ON``. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! I've submitted an updated commit.
The OPENEXR_INSTALL_EXAMPLES option is misleading and doesn't have any effect. It might be safely removed in favor of the OPENEXR_BUILD_EXAMPLES option. Co-authored-by: Cary Phillips <cary@ilm.com> Signed-off-by: Aliaksei Urbanski <aliaksei.urbanski@gmail.com>
4811de4
to
bd47a0a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
…undation#1666) The OPENEXR_INSTALL_EXAMPLES option is misleading and doesn't have any effect. It might be safely removed in favor of the OPENEXR_BUILD_EXAMPLES option. Signed-off-by: Aliaksei Urbanski <aliaksei.urbanski@gmail.com> Co-authored-by: Cary Phillips <cary@ilm.com> Signed-off-by: Philippe Leprince <github.pleprince@gmail.com>
The OPENEXR_INSTALL_EXAMPLES option is misleading and doesn't have any effect. It might be safely removed in favor of the OPENEXR_BUILD_EXAMPLES option. Signed-off-by: Aliaksei Urbanski <aliaksei.urbanski@gmail.com> Co-authored-by: Cary Phillips <cary@ilm.com>
Hello @cary-ilm,
The
OPENEXR_INSTALL_EXAMPLES
option is misleading and doesn't have any effect.It might be safely removed in favor of the
OPENEXR_BUILD_EXAMPLES
option.Best regards!