Skip to content

Commit 86c2ac8

Browse files
committed
Fix typo
1 parent 7fbf19a commit 86c2ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ find_package(OpenMP REQUIRED)
6363
cmake_host_system_information(RESULT HAVE_SSE2 QUERY HAS_SSE2)
6464

6565
if(WIN32)
66-
check_cxx_compiler_flag("/arch:AVX2" HAVE_AVX512)
66+
check_cxx_compiler_flag("/arch:AVX2" HAVE_AVX2)
6767
check_cxx_compiler_flag("/arch:AVX512" HAVE_AVX512)
6868
else()
6969
check_cxx_compiler_flag("-mavx2" HAVE_AVX2)

0 commit comments

Comments
 (0)