mirror of https://github.com/FreeRDP/FreeRDP
Merge pull request #10369 from abenson/fixi686AVX
libfreerdp: fix cmake typo
This commit is contained in:
commit
3838b18b58
|
@ -64,7 +64,7 @@ include (DetectIntrinsicSupport)
|
|||
|
||||
if(WITH_SSE2)
|
||||
|
||||
if (HAVE_SSE_OR_AVC)
|
||||
if (HAVE_SSE_OR_AVX)
|
||||
if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_CLANG)
|
||||
if (CODEC_SSE2_SRCS)
|
||||
set_source_files_properties(${CODEC_SSE2_SRCS} PROPERTIES COMPILE_FLAGS "-msse2" )
|
||||
|
|
Loading…
Reference in New Issue