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

Fixes to cmake config generation #2448

Merged
merged 1 commit into from
Jan 2, 2020

Commits on Dec 31, 2019

  1. Fixes to cmake config generation

    * Relax version compatibility specification to just matching major version.
    * Specify targets cmake name correctly.
    * Make sure install include dir is listed in the public include dirs of the
      libraries.
    * Some other cleanup and genericization.
    
    I believe this corrects some deficiencies in the generated
    OpenImageIOConfig.cmake that projects can use that exclusively (with
    imported targets) and have no need for a copy of
    FindOpenImageIO.cmake.
    
    Unless objections are raised, I will also backport this to 2.1 for the
    patch release that's coming in a few days.
    lgritz committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    7900cda View commit details
    Browse the repository at this point in the history