diff --git a/src/secp256k1/CMakeLists.txt b/src/secp256k1/CMakeLists.txt --- a/src/secp256k1/CMakeLists.txt +++ b/src/secp256k1/CMakeLists.txt @@ -71,7 +71,7 @@ macro(unsupported_asm_error) message(FATAL_ERROR "Assembly is not supported for your target architecture." - "Re-run cmake with -DSECP256k1_USE_ASM=OFF to disable ASM support" + "Re-run cmake with -DSECP256K1_USE_ASM=OFF to disable ASM support" ) endmacro()