Skip to content

Commit

Permalink
No longer install ImfMisc.h
Browse files Browse the repository at this point in the history
ImfMisc.h is for internal use only. The functions declared in it
should not be used in application code.

Signed-off-by: Cary Phillips <cary@ilm.com>
  • Loading branch information
cary-ilm committed Nov 2, 2019
1 parent 04aa9d3 commit a2c12ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion OpenEXR/IlmImf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ openexr_define_library(IlmImf
ImfDeepCompositing.h
ImfCompositeDeepScanLine.h
ImfNamespace.h
ImfMisc.h
ImfDeepImageState.h
ImfDeepImageStateAttribute.h
ImfFloatVectorAttribute.h
Expand Down
3 changes: 1 addition & 2 deletions OpenEXR/IlmImf/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ libIlmImf_la_SOURCES = ImfForward.h ImfAttribute.cpp ImfBoxAttribute.cpp ImfCRgb
ImfName.h ImfPixelType.h ImfVersion.h ImfXdr.h \
ImfCompressor.h ImfRleCompressor.h ImfZipCompressor.h \
ImfPizCompressor.h ImfDwaCompressor.h \
ImfDwaCompressorSimd.h ImfMisc.h ImfAutoArray.h \
ImfDwaCompressorSimd.h ImfAutoArray.h \
ImfConvert.cpp ImfConvert.h ImfPreviewImage.cpp \
ImfPreviewImage.h ImfPreviewImageAttribute.cpp \
ImfPreviewImageAttribute.h ImfVersion.cpp \
Expand Down Expand Up @@ -165,7 +165,6 @@ libIlmImfinclude_HEADERS = ImfForward.h ImfAttribute.h ImfBoxAttribute.h \
ImfDeepFrameBuffer.h \
ImfDeepCompositing.h ImfCompositeDeepScanLine.h \
ImfNamespace.h ImfForward.h ImfExport.h \
ImfMisc.h \
ImfPartHelper.h \
ImfDeepImageState.h \
ImfDeepImageStateAttribute.h
Expand Down

0 comments on commit a2c12ec

Please sign in to comment.