mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[baseline] Fix g2o blas detection (#38135)
This commit is contained in:
parent
43d81795a5
commit
582a4de14b
@ -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}"
|
||||
|
@ -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": [
|
||||
|
@ -2898,7 +2898,7 @@
|
||||
},
|
||||
"g2o": {
|
||||
"baseline": "2020-02-07",
|
||||
"port-version": 5
|
||||
"port-version": 6
|
||||
},
|
||||
"g3log": {
|
||||
"baseline": "2.4",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "dcf90e398d2940de9be1685b435cc4314f348125",
|
||||
"version-date": "2020-02-07",
|
||||
"port-version": 6
|
||||
},
|
||||
{
|
||||
"git-tree": "dd362c97bd5a71ae6c3abad13da61b6323e8746f",
|
||||
"version-date": "2020-02-07",
|
||||
|
Loading…
x
Reference in New Issue
Block a user