Skip to content

Commit

Permalink
fix names, disable rules when not building shared
Browse files Browse the repository at this point in the history
  • Loading branch information
kdt3rd authored and nickrasmussen committed Aug 8, 2018
1 parent 28fe3c7 commit 0a1a760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IlmBase/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ FILE ( APPEND ${CMAKE_CURRENT_BINARY_DIR}/config/IlmBaseConfig.h "
(ILMBASE_VERSION_PATCH << 8))
")

IF ( NOT WIN32 )
IF ( NOT WIN32 AND OPENEXR_BUILD_SHARED )
CREATE_LIBTOOL_FILE ( Half /lib )
CREATE_LIBTOOL_FILE ( Iex /lib )
CREATE_LIBTOOL_FILE ( IexMath /lib )
Expand Down

0 comments on commit 0a1a760

Please sign in to comment.