We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c2deb3 commit c08e66dCopy full SHA for c08e66d
share/cmake/utils/CompilerFlags.cmake
@@ -19,7 +19,7 @@ if(OCIO_USE_SIMD)
19
if (OCIO_USE_SSE2NEON AND COMPILER_SUPPORTS_ARM_NEON)
20
include(CheckSupportSSEUsingSSE2NEON)
21
if(COMPILER_SUPPORTS_SSE_WITH_SSE2NEON)
22
- if(WIN32)
+ if(WIN32 AND MSVC)
23
# Enable the "new" preprocessor, to more closely match Clang/GCC, required for sse2neon
24
set(PLATFORM_COMPILE_OPTIONS "${PLATFORM_COMPILE_OPTIONS};/Zc:preprocessor")
25
endif()
0 commit comments