1# This module will define the following variables:
2#  OPENEXR_INCLUDE_DIRS - Location of the openexr includes
3#  OPENEXR_LIBRARIES - [TODO] Required libraries for all requested bindings
4#  OPENEXR_FOUND - true if OPENEXR was found on the system
5#  OPENEXR_LIBRARYDIR - the full set of library directories
6
7SET( OPENEXR_FOUND TRUE )
8SET( OPENEXR_INCLUDE_DIRS "" )
9