Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit 00dcdf0

Browse files
author
walbourn
committed
Test for MinGW32 failure
1 parent b34c4a0 commit 00dcdf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AdaptiveTessellationCS40/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ endif()
7171

7272
if(NOT ${DIRECTX_ARCH} MATCHES "^arm")
7373
if(${CMAKE_SIZEOF_VOID_P} EQUAL "4")
74-
set(ARCH_SSE2 $<$<CXX_COMPILER_ID:MSVC>:/arch:SSE2> $<$<NOT:$<CXX_COMPILER_ID:MSVC>>:-msse2>)
74+
set(ARCH_SSE2 $<$<CXX_COMPILER_ID:MSVC>:/arch:SSE2> $<$<NOT:$<CXX_COMPILER_ID:MSVC>>:-msse -msse2>)
7575
else()
7676
set(ARCH_SSE2 $<$<NOT:$<CXX_COMPILER_ID:MSVC>>:-msse2>)
7777
endif()

0 commit comments

Comments
 (0)