Merge pull request #10369 from abenson/fixi686AVX

libfreerdp: fix cmake typo
This commit is contained in:
akallabeth
2024-07-10 09:02:35 +02:00
committed by GitHub

View File

@@ -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" )