CMake: remove redundant IMATH includes

Added for an old version of OIIO and weren't defined for lite builds.
This commit is contained in:
Campbell Barton
2024-01-09 12:36:47 +11:00
parent 7f6e4c6866
commit 45a1d93665
2 changed files with 0 additions and 2 deletions

View File

@@ -15,7 +15,6 @@ set(INC
set(INC_SYS
${JPEG_INCLUDE_DIR}
${ZLIB_INCLUDE_DIRS}
${IMATH_INCLUDE_DIRS}
${OPENIMAGEIO_INCLUDE_DIRS}
)

View File

@@ -11,7 +11,6 @@ set(INC
)
set(INC_SYS
${IMATH_INCLUDE_DIRS}
${OPENIMAGEIO_INCLUDE_DIRS}
)