Skip to content

Commit

Permalink
fix: typo in condition
Browse files Browse the repository at this point in the history
Fixes #104
  • Loading branch information
abdes committed Dec 18, 2023
1 parent 9327192 commit 985271c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cryptopp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@ endif()
if(NOT CRYPTOPP_ARM32 AND NOT CRYPTOPP_ARMV8)
list(FILTER cryptopp_SOURCES EXCLUDE REGEX "arm_|neon_|_armv4.S")
endif()
if(NOTCRYPTOPP_I386 AND NOT CRYPTOPP_AMD64)
if(NOT CRYPTOPP_I386 AND NOT CRYPTOPP_AMD64)
list(FILTER cryptopp_SOURCES EXCLUDE REGEX "sse_|_sse.cpp|_avx.cpp")
endif()

Expand Down

0 comments on commit 985271c

Please sign in to comment.