Update src/Cafe/CMakeLists.txt

Co-authored-by: Andrea Pappacoda <andrea@pappacoda.it>
This commit is contained in:
Tom Lally 2022-08-28 00:22:43 +01:00 committed by GitHub
parent a6e04e9f9e
commit 52a7f6fcd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ project(CemuCafe)
include_directories(".") include_directories(".")
if((CMAKE_C_COMPILER_ID MATCHES "GNU") OR (CMAKE_C_COMPILER_ID MATCHES "Clang")) if((CMAKE_C_COMPILER_ID STREQUAL "GNU") OR (CMAKE_C_COMPILER_ID STREQUAL "Clang"))
add_compile_options(-mssse3 -mavx2) add_compile_options(-mssse3 -mavx2)
endif() endif()