mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[stella-cv-fbow] Fix package name (#48904)
This commit is contained in:
@@ -17,7 +17,9 @@ vcpkg_cmake_configure(
|
||||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
vcpkg_cmake_config_fixup(CONFIG_PATH share/cmake/fbow)
|
||||
vcpkg_cmake_config_fixup(
|
||||
CONFIG_PATH share/cmake/fbow
|
||||
PACKAGE_NAME fbow)
|
||||
vcpkg_fixup_pkgconfig()
|
||||
vcpkg_copy_pdbs()
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "stella-cv-fbow",
|
||||
"version": "0.0.1",
|
||||
"port-version": 1,
|
||||
"description": "This is a modified version of the original Fast Bag of Words by @rmsalinas.",
|
||||
"homepage": "https://github.com/stella-cv/FBoW",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -9454,7 +9454,7 @@
|
||||
},
|
||||
"stella-cv-fbow": {
|
||||
"baseline": "0.0.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"stftpitchshift": {
|
||||
"baseline": "1.4.1",
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "2825c86e60eb70b58ab68c4105a5142a28c0b479",
|
||||
"version": "0.0.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "c20434a432aa792b77f7951c9d65c2f0d660a62b",
|
||||
"version": "0.0.1",
|
||||
|
||||
Reference in New Issue
Block a user