Skip to content

Commit

Permalink
Fixed a few issues in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Laine (HE/HIM) committed Apr 15, 2023
1 parent 2757ecb commit 146070d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/apsi/fourq/amd64/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Licensed under the MIT license.

# Source files in this directory
if(APSI_FOURQ_USE_ASM)
if(HAVE_AVX2_EXTENSIONS)
if(APSI_USE_ASM)
if(APSI_USE_AVX2)
set(APSI_SOURCE_FILES ${APSI_SOURCE_FILES}
${CMAKE_CURRENT_LIST_DIR}/consts.c
${CMAKE_CURRENT_LIST_DIR}/fp2_1271_AVX2.S
Expand Down

0 comments on commit 146070d

Please sign in to comment.