CMake/MSVC: Remove stale OIIO sse flag

We disabled SSE for OIIO headers in the days we still supported
32 bit builds, as it was giving build errors there. OIIO handles
this internally now so we no longer need to explicitly disable it,
also we stopped shipping 32 bit quite a while ago
This commit is contained in:
Ray Molenkamp
2023-12-07 09:02:52 -07:00
parent bcab9de531
commit 7e916474db

View File

@@ -674,7 +674,6 @@ if(NOT OpenImageIO_FOUND)
set(OPENIMAGEIO_LIBRARIES ${OIIO_OPTIMIZED} ${OIIO_DEBUG})
set(OPENIMAGEIO_IDIFF "${OPENIMAGEIO}/bin/idiff.exe")
endif()
add_definitions(-DOIIO_NO_SSE=1)
if(WITH_LLVM)
set(LLVM_ROOT_DIR ${LIBDIR}/llvm CACHE PATH "Path to the LLVM installation")