aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-10-25 16:23:26 -0700
committerGitHub <noreply@github.com>2017-10-25 16:23:26 -0700
commiteea8a63179648a21313328d2d38966cc4bc297e8 (patch)
treed56242cc8ab3d6ea2384747835d3d886a423d513
parente3dcfcb4031903387cd7bdf29de2832759d969ba (diff)
parent26ba18606f2ea46bb2b5ddd64c42ed0ee9966fb1 (diff)
downloadvcpkg-eea8a63179648a21313328d2d38966cc4bc297e8.tar.gz
vcpkg-eea8a63179648a21313328d2d38966cc4bc297e8.zip
Merge pull request #2058 from sipsorcery/secp256k1_fix
Fix for secp256k1 and missing headers
-rw-r--r--ports/secp256k1/CMakeLists.txt2
-rw-r--r--ports/secp256k1/CONTROL2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/secp256k1/CMakeLists.txt b/ports/secp256k1/CMakeLists.txt
index d439053bc..2e6b46198 100644
--- a/ports/secp256k1/CMakeLists.txt
+++ b/ports/secp256k1/CMakeLists.txt
@@ -21,6 +21,6 @@ install(TARGETS secp256k1
)
if(INSTALL_HEADERS)
- file(GLOB HEADERS include/secp256k1.h)
+ file(GLOB HEADERS include/*.h)
install(FILES ${HEADERS} DESTINATION include)
endif() \ No newline at end of file
diff --git a/ports/secp256k1/CONTROL b/ports/secp256k1/CONTROL
index 181a4a7e6..be37f1693 100644
--- a/ports/secp256k1/CONTROL
+++ b/ports/secp256k1/CONTROL
@@ -1,3 +1,3 @@
Source: secp256k1
-Version: 2017-19-10-0b7024185045a49a1a6a4c5615bf31c94f63d9c4
+Version: 2017-19-10-0b7024185045a49a1a6a4c5615bf31c94f63d9c4-1
Description: Optimized C library for EC operations on curve