Changed OPENEXR_LIBRARY to OPENEXR_LIBRARIES to pick up on Ulrich's changes to the FindOpenEXR.cmake
This commit is contained in:
parent
eba1072dfa
commit
78a808e444
@ -2,7 +2,7 @@ INCLUDE_DIRECTORIES( ${OPENEXR_INCLUDE_DIR}/OpenEXR )
|
|||||||
|
|
||||||
SET(TARGET_SRC ReaderWriterEXR.cpp )
|
SET(TARGET_SRC ReaderWriterEXR.cpp )
|
||||||
|
|
||||||
SET(TARGET_LIBRARIES_VARS OPENEXR_LIBRARY )
|
SET(TARGET_EXTERNAL_LIBRARIES ${OPENEXR_LIBRARIES} )
|
||||||
|
|
||||||
#### end var setup ###
|
#### end var setup ###
|
||||||
SETUP_PLUGIN(exr)
|
SETUP_PLUGIN(exr)
|
||||||
|
Loading…
Reference in New Issue
Block a user