Skip to content

Commit

Permalink
fix gmp reference name
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni committed Aug 4, 2017
1 parent 3f5e1c4 commit 996b4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Secp256k1Conan(ConanFile):

# package_files = "build/lsecp256k1.a" #TODO!

requires = (("bitprim-conan-gmp/6.1.2@bitprim/stable"))
requires = (("gmp/6.1.2@bitprim/stable"))

def build(self):
cmake = CMake(self)
Expand Down

0 comments on commit 996b4eb

Please sign in to comment.