Skip to content

Commit

Permalink
Remove unused cmake variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nporcino-frl authored and kdt3rd committed Jun 15, 2019
1 parent 94ab55d commit c3a1da6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions OpenEXR/IlmImf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@

SET(CMAKE_INCLUDE_CURRENT_DIR 1)

IF (WIN32)
SET(RUNTIME_DIR ${OPENEXR_PACKAGE_PREFIX}/bin)
SET(WORKING_DIR ${RUNTIME_DIR})
ELSE ()
SET(RUNTIME_DIR ${OPENEXR_PACKAGE_PREFIX}/lib)
SET(WORKING_DIR .)
ENDIF ()

SET(BUILD_B44EXPLOGTABLE OFF)
IF (NOT EXISTS "${CMAKE_CURRENT_BINARY_DIR}/b44ExpLogTable.h")
SET(BUILD_B44EXPLOGTABLE ON)
Expand Down

0 comments on commit c3a1da6

Please sign in to comment.