Skip to content

Commit

Permalink
Fix #342, copy paste bug with dependencies
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 28, 2019
1 parent 5093aaa commit 2b28d90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenEXR/IlmImf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -238,11 +238,11 @@ IF (OPENEXR_BUILD_STATIC)
ENDIF ()

iF (BUILD_DWALOOKUPS)
ADD_DEPENDENCIES ( IlmImf_static b44ExpLogTable )
ADD_DEPENDENCIES ( IlmImf_static dwaLookups )
ENDIF ()

IF (BUILD_B44EXPLOGTABLE)
ADD_DEPENDENCIES ( IlmImf_static dwaLookups )
ADD_DEPENDENCIES ( IlmImf_static b44ExpLogTable )
ENDIF()

ENDIF ()
Expand Down

0 comments on commit 2b28d90

Please sign in to comment.