Skip to content

Commit

Permalink
Remove CopyIlmBaseLibs from CMakeLists.txt
Browse files Browse the repository at this point in the history
Part of mmp#196 fix.
  • Loading branch information
mmp committed Aug 15, 2018
1 parent e0e12dd commit 86b5821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ SET(ILMBASE_BUILD_SHARED_LIBS OFF CACHE BOOL " " FORCE)

ADD_SUBDIRECTORY(src/ext/openexr)

SET_PROPERTY(TARGET IexMath eLut toFloat b44ExpLogTable dwaLookups CopyIlmBaseLibs IlmThread Half Iex Imath IlmImf PROPERTY FOLDER "ext")
SET_PROPERTY(TARGET IexMath eLut toFloat b44ExpLogTable dwaLookups IlmThread Half Iex Imath IlmImf PROPERTY FOLDER "ext")

INCLUDE_DIRECTORIES (
src/ext/openexr/IlmBase/Imath
Expand Down

0 comments on commit 86b5821

Please sign in to comment.