[hash-library] Install config file (#26072)

* [hash-library] Install config file

* version

* move config file

* version
This commit is contained in:
Thomas1664 2022-08-01 23:33:12 +02:00 committed by GitHub
parent 292b244568
commit 4b155dfc75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 2 deletions

View File

@ -43,3 +43,6 @@ install(
NAMESPACE unofficial::
DESTINATION share/unofficial-hash-library
)
file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/unofficial-hash-library-config.cmake" "include(\${CMAKE_CURRENT_LIST_DIR}/unofficial-hash-library-targets.cmake)\n")
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/unofficial-hash-library-config.cmake" DESTINATION share/unofficial-hash-library)

View File

@ -1,7 +1,7 @@
{
"name": "hash-library",
"version": "8",
"port-version": 1,
"port-version": 2,
"description": "Portable C++ hashing library",
"homepage": "https://create.stephan-brumme.com/hash-library/",
"license": "Zlib",

View File

@ -2790,7 +2790,7 @@
},
"hash-library": {
"baseline": "8",
"port-version": 1
"port-version": 2
},
"hayai": {
"baseline": "2019-08-10",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b3e49529dd25b60564de8ceed9485e17e8a7f8da",
"version": "8",
"port-version": 2
},
{
"git-tree": "fad55dc152114a3f71c5eafd33a3facd7e3a2286",
"version": "8",