The current cmake build doesn't allow for building secp256k1 standalone.
This diff fixes this.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGING82496919fa53: [CMAKE] Make secp256k1 build standalone
rABC82496919fa53: [CMAKE] Make secp256k1 build standalone
cd src/secp256k1 mkdir buildcmake && cd buildcmake cmake -GNinja .. ninja check-secp256k1
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable