mirror of https://github.com/libp2p/cpp-libp2p.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
476 B
16 lines
476 B
## Template for add custom hunter config
|
|
# Useful when there is a need for a non-default version or arguments of a dependency,
|
|
# or when a project not registered in Hunter should be added.
|
|
#
|
|
# hunter_config(
|
|
# package-name
|
|
# VERSION 0.0.0-package-version
|
|
# CMAKE_ARGS "CMAKE_VARIABLE=value"
|
|
# )
|
|
#
|
|
# hunter_config(
|
|
# package-name
|
|
# URL https://repo/archive.zip
|
|
# SHA1 1234567890abcdef1234567890abcdef12345678
|
|
# CMAKE_ARGS "CMAKE_VARIABLE=value"
|
|
# )
|
|
|