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
commit 3838b18b58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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