AcademySoftwareFoundation / OpenColorIO

A color management framework for visual effects and animation.
https://opencolorio.org
BSD 3-Clause "New" or "Revised" License
1.76k stars 438 forks source link

Enable override of TinyXML #538

Closed abergmeier closed 5 years ago

abergmeier commented 6 years ago

When building OpenColorIO, I want to use a special variant of tinyxml, that is available in a local path. I wonder how to best make the find_package(TINYXML) call use my paths instead of searching. The obvious would be to modify FindTinyXML.cmake to check whether the envs are already set and then skip searching. Would be great if you could give some pointers since I am a bit rusty with CMake.

hodoulp commented 5 years ago

Deprecated as we transitioned to eXpat #614