Skip to content

Commit

Permalink
Merge #135: cmake: Don not enable unneeded ASM language
Browse files Browse the repository at this point in the history
728b775 fixup! cmake: Add root `CMakeLists.txt` file (Hennadii Stepanov)

Pull request description:

  We have no assembly source files in the codebase.

  The only one is `src/secp256k1/src/asm/field_10x26_arm.s`, but it is not used in Bitcoin Core.

ACKs for top commit:
  pablomartin4btc:
    ACK 728b775

Tree-SHA512: d56570b8364aa9e44b56e247d95550ef5b8023f1b0ff7cb41706292ec6946af5304fbed823edb3d267684aab3bea4c429294472e2d4cd9701a1465309c4869cb
  • Loading branch information
hebasto committed Apr 3, 2024
2 parents 32f15cb + 728b775 commit 058d6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ project(BitcoinCore
VERSION ${CLIENT_VERSION_MAJOR}.${CLIENT_VERSION_MINOR}.${CLIENT_VERSION_BUILD}
DESCRIPTION "Bitcoin client software"
HOMEPAGE_URL "https://bitcoincore.org/"
LANGUAGES CXX ASM
LANGUAGES CXX
)

set(PACKAGE_VERSION ${PROJECT_VERSION})
Expand Down

0 comments on commit 058d6c4

Please sign in to comment.