Skip to content
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

Removes overridden find_package in CMakeLists.txt #766

Closed

Conversation

petersteneteg
Copy link
Contributor

Removes overridden find_package in CMakeLists.txt in favor of reusing the generated config files and setting (IlmBase/OpenEXR)_DIR variables Overriding a cmake function is undocumented functionallity and only works one time. Better to avoid if possible.
Closes #752

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Jun 17, 2020

CLA Check
The committers are authorized under a signed CLA.

@meshula
Copy link
Contributor

meshula commented Jun 17, 2020

Things are looking pretty good. The commit requires a DCO style signoff - if you have a look at the status it tells you how to amend the commit.

… the generated config files and setting (IlmBase/OpenEXR)_DIR variables Overriding a cmake function is undocumented functionallity and only works one time. Better to avoid if possible.

Signed-off-by: Peter Steneteg <peter@steneteg.se>
@cary-ilm
Copy link
Member

cary-ilm commented Jul 8, 2020

Looks like your master branch diverged, so I cherry-picked the commit into a fresh PR, #775. Should be merged and resolved, so closing this. Thanks!

@cary-ilm cary-ilm closed this Jul 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cmake overriding find_package
3 participants