diff -rauN OpenColorIO-2.1.1/share/cmake/utils/CompilerFlags.cmake OpenColorIO-2.1.1-no-sse2-patch/share/cmake/utils/CompilerFlags.cmake --- OpenColorIO-2.1.1/share/cmake/utils/CompilerFlags.cmake 2021-12-16 20:19:03.000000000 +0100 +++ OpenColorIO-2.1.1-no-sse2-patch/share/cmake/utils/CompilerFlags.cmake 2022-04-02 11:24:18.450648391 +0200 @@ -86,7 +86,7 @@ ############################################################################### # Define if SSE2 can be used. -include(CheckSupportSSE2) +#include(CheckSupportSSE2) if(NOT HAVE_SSE2) message(STATUS "Disabling SSE optimizations, as the target doesn't support them")