Skip to content

Commit

Permalink
[celero] Updated to Celero v2.8.0 (microsoft#16802)
Browse files Browse the repository at this point in the history
* [celero] Updated to Celero v2.8.0

* [celero] Improving static linking support in VCPKG.

Celero issue microsoft#154 is tracking a fix.
DigitalInBlue/Celero#154

* [celero] Updated to v2.8.1

* [celero] Updated version for VCPKG.

* [celero] Updates to better support VCPKG.

* [celero] Updated versions.

* Update celero.json

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
  • Loading branch information
prateek9623 and JonLiu1993 committed Apr 7, 2021
1 parent cf0db03 commit dfa9557
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ports/minizip-ng/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ vcpkg_from_github(
REPO zlib-ng/minizip-ng
REF 3.0.1
SHA512 98c9bdcea79a88a2dd69cec6c49f8565edf78ab9cddbf0e85e08b049b300b187f176bf57d5a894bf777bec0a097e46ecc05f78dab9cd5726fd473ffd8718dce0
HEAD_REF master
)

vcpkg_cmake_configure(
Expand All @@ -22,4 +23,4 @@ vcpkg_copy_pdbs()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")

configure_file("${SOURCE_PATH}/LICENSE" "${CURRENT_PACKAGES_DIR}/share/minizip-ng/copyright" COPYONLY)
configure_file("${SOURCE_PATH}/LICENSE" "${CURRENT_PACKAGES_DIR}/share/minizip-ng/copyright" COPYONLY)
2 changes: 1 addition & 1 deletion versions/m-/minizip-ng.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "a0ce63509fd4478a6d1cecf1147e78ce3f82a90d",
"git-tree": "0512bceae574c70ea907a8ebfc88709dc196164e",
"version": "3.0.1",
"port-version": 0
}
Expand Down

0 comments on commit dfa9557

Please sign in to comment.