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

Fix building OIIO tutorials with newer OIIO versions #388

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Aug 10, 2022

  1. Remove hardcoded std=c++11 compile flags

    This prevented building the openimageio tutorials as newer openimageio
    versions supports only a minimum of c++14.
    DarkDefender committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    7745c9e View commit details
    Browse the repository at this point in the history
  2. Update FindOpenImageIO.cmake to support newer OIIO versions

    Newer OIIO version has split the library in two.
    The regular library and an utils library.
    
    The regular library depends on the  utils library, so we need to include
    it as well if it is found.
    DarkDefender committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    89ec9a1 View commit details
    Browse the repository at this point in the history