We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5817885 commit 7a613ceCopy full SHA for 7a613ce
CMakeLists.txt
@@ -99,7 +99,7 @@ if(SECP256K1_ASM STREQUAL "arm32")
99
else()
100
message(FATAL_ERROR "ARM32 assembly requested but not available.")
101
endif()
102
-elseif(SECP256K1_ASM)
+elseif(NOT SECP256K1_ASM STREQUAL "OFF")
103
include(CheckX86_64Assembly)
104
check_x86_64_assembly()
105
if(HAVE_X86_64_ASM)
0 commit comments