forked from cpp-pm/hunter
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add lsquic Signed-off-by: kamilsa <kamilsa16@gmail.com> * Add boost 1.86.0 Signed-off-by: kamilsa <kamilsa16@gmail.com> * Add rocksdb 9.6.1 Signed-off-by: kamilsa <kamilsa16@gmail.com> * Fix adding rocksdb 9.6.1 Signed-off-by: kamilsa <kamilsa16@gmail.com> * Add empty line Signed-off-by: kamilsa <kamilsa16@gmail.com> --------- Signed-off-by: kamilsa <kamilsa16@gmail.com>
- Loading branch information
Showing
4 changed files
with
45 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# | ||
# Copyright Quadrivium LLC | ||
# All Rights Reserved | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
|
||
# !!! DO NOT PLACE HEADER GUARDS HERE !!! | ||
|
||
include(hunter_add_version) | ||
include(hunter_cacheable) | ||
include(hunter_download) | ||
include(hunter_pick_scheme) | ||
|
||
hunter_add_version( | ||
PACKAGE_NAME lsquic | ||
VERSION 4.0.9-qdrvm-1 | ||
URL https://github.com/qdrvm/lsquic/archive/refs/tags/v4.0.9-qdrvm-1.zip | ||
SHA1 de4788a0a3c9edf46e96524a20f6dbe893f935ef | ||
) | ||
|
||
hunter_pick_scheme(DEFAULT url_sha1_cmake) | ||
|
||
hunter_cacheable(lsquic) | ||
hunter_download(PACKAGE_NAME lsquic) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters