[armadillo] Fix the usage (#21002)

This commit is contained in:
NancyLi1013 2021-10-27 15:03:39 +08:00 committed by GitHub
parent 6e333a0f89
commit b03f45c31c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -27,7 +27,7 @@ vcpkg_cmake_configure(
)
vcpkg_cmake_install()
vcpkg_cmake_config_fixup(CONFIG_PATH share/Armadillo/CMake)
vcpkg_cmake_config_fixup(PACKAGE_NAME Armadillo CONFIG_PATH share/Armadillo/CMake)
vcpkg_copy_pdbs()

View File

@ -1,6 +1,7 @@
{
"name": "armadillo",
"version": "10.6.2",
"port-version": 1,
"description": "Armadillo is a high quality linear algebra library (matrix maths) for the C++ language, aiming towards a good balance between speed and ease of use",
"homepage": "http://arma.sourceforge.net",
"dependencies": [

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "34c37cb8151d003da697e9d725033567a4ccb2f7",
"version": "10.6.2",
"port-version": 1
},
{
"git-tree": "66b31fe832e9322876f427f1fec7836bb71c082c",
"version": "10.6.2",

View File

@ -158,7 +158,7 @@
},
"armadillo": {
"baseline": "10.6.2",
"port-version": 0
"port-version": 1
},
"arrayfire": {
"baseline": "3.8.0",