[baseline] Fix g2o blas detection (#38135)

This commit is contained in:
Alexander Neumann 2024-04-11 22:20:48 +02:00 committed by GitHub
parent 43d81795a5
commit 582a4de14b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 2 deletions

View File

@ -9,6 +9,7 @@ vcpkg_from_github(
)
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "dynamic" BUILD_LGPL_SHARED_LIBS)
file(REMOVE "${SOURCE_PATH}/cmake_modules/FindBLAS.cmake")
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"

View File

@ -1,7 +1,7 @@
{
"name": "g2o",
"version-date": "2020-02-07",
"port-version": 5,
"port-version": 6,
"description": "g2o: A General Framework for Graph Optimization",
"homepage": "https://openslam.org/g2o.html",
"dependencies": [

View File

@ -2898,7 +2898,7 @@
},
"g2o": {
"baseline": "2020-02-07",
"port-version": 5
"port-version": 6
},
"g3log": {
"baseline": "2.4",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "dcf90e398d2940de9be1685b435cc4314f348125",
"version-date": "2020-02-07",
"port-version": 6
},
{
"git-tree": "dd362c97bd5a71ae6c3abad13da61b6323e8746f",
"version-date": "2020-02-07",