[robin-map] Fix error when use find_package(robin-map CONFIG REQUIRED) (#26633)

* [tsl-robin-map] Rename robin-map to tsl-robin-map

* format-manifest

* Let robin-map be an empty port

* x-add-version

* Add empty line

* Add PACKAGE_NAME tsl-robin-map

* Add missing port
This commit is contained in:
Cheney Wang 2022-09-22 03:28:17 +08:00 committed by GitHub
parent 82b7b4fbf5
commit 28d6249542
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -11,7 +11,7 @@ vcpkg_cmake_configure(
) )
vcpkg_cmake_install() vcpkg_cmake_install()
vcpkg_cmake_config_fixup(CONFIG_PATH share/cmake/tsl-robin-map) vcpkg_cmake_config_fixup(PACKAGE_NAME tsl-robin-map CONFIG_PATH share/cmake/tsl-robin-map)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")

View File

@ -1,6 +1,7 @@
{ {
"name": "robin-map", "name": "robin-map",
"version-semver": "1.0.1", "version-semver": "1.0.1",
"port-version": 1,
"description": "A C++ implementation of a fast hash map and hash set using robin hood hashing", "description": "A C++ implementation of a fast hash map and hash set using robin hood hashing",
"homepage": "https://github.com/Tessil/robin-map", "homepage": "https://github.com/Tessil/robin-map",
"license": "MIT", "license": "MIT",

View File

@ -6466,7 +6466,7 @@
}, },
"robin-map": { "robin-map": {
"baseline": "1.0.1", "baseline": "1.0.1",
"port-version": 0 "port-version": 1
}, },
"rocksdb": { "rocksdb": {
"baseline": "6.27.3", "baseline": "6.27.3",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "c9028bfe2eb66beaa1a44bf4816223fed81d6657",
"version-semver": "1.0.1",
"port-version": 1
},
{ {
"git-tree": "3d169ebe25cc931f31bc343d6b21e734070902ed", "git-tree": "3d169ebe25cc931f31bc343d6b21e734070902ed",
"version-semver": "1.0.1", "version-semver": "1.0.1",