Skip to content

Commit

Permalink
Fix library suffix issue in cmake file for exr2aces
Browse files Browse the repository at this point in the history
Signed-off-by: Kimball Thurston <kdt3rd@gmail.com>
  • Loading branch information
kdt3rd committed Jun 27, 2019
1 parent 969305c commit e4099a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions OpenEXR/exr2aces/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ ADD_EXECUTABLE ( exr2aces
)

TARGET_LINK_LIBRARIES ( exr2aces
OpenEXR::IlmImf
IlmBase::IlmThread
IlmBase::Iex
IlmBase::Half
OpenEXR::IlmImf${OPENEXR_TARGET_SUFFIX}
IlmBase::IlmThread${OPENEXR_TARGET_SUFFIX}
IlmBase::Iex${OPENEXR_TARGET_SUFFIX}
IlmBase::Half${OPENEXR_TARGET_SUFFIX}
${PTHREAD_LIB}
${ZLIB_LIBRARIES}
)
Expand Down

0 comments on commit e4099a6

Please sign in to comment.