mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:49:07 +08:00
[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:
parent
82b7b4fbf5
commit
28d6249542
@ -11,7 +11,7 @@ vcpkg_cmake_configure(
|
||||
)
|
||||
|
||||
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")
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "robin-map",
|
||||
"version-semver": "1.0.1",
|
||||
"port-version": 1,
|
||||
"description": "A C++ implementation of a fast hash map and hash set using robin hood hashing",
|
||||
"homepage": "https://github.com/Tessil/robin-map",
|
||||
"license": "MIT",
|
||||
|
@ -6466,7 +6466,7 @@
|
||||
},
|
||||
"robin-map": {
|
||||
"baseline": "1.0.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"rocksdb": {
|
||||
"baseline": "6.27.3",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "c9028bfe2eb66beaa1a44bf4816223fed81d6657",
|
||||
"version-semver": "1.0.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "3d169ebe25cc931f31bc343d6b21e734070902ed",
|
||||
"version-semver": "1.0.1",
|
||||
|
Loading…
Reference in New Issue
Block a user