mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 09:31:08 +08:00
[Openmvg] single config build fixes (#42732)
This commit is contained in:
parent
c6ae21229c
commit
fbbe5f6005
@ -78,8 +78,10 @@ vcpkg_cmake_install()
|
||||
|
||||
file(MAKE_DIRECTORY "${CURRENT_PACKAGES_DIR}/share/openMVG/")
|
||||
file(RENAME "${CURRENT_PACKAGES_DIR}/lib/openMVG/cmake" "${CURRENT_PACKAGES_DIR}/share/openMVG/cmake")
|
||||
file(MAKE_DIRECTORY "${CURRENT_PACKAGES_DIR}/debug/share/openMVG/")
|
||||
file(RENAME "${CURRENT_PACKAGES_DIR}/debug/lib/openMVG/cmake" "${CURRENT_PACKAGES_DIR}/debug/share/openMVG/cmake")
|
||||
if(NOT VCPKG_BUILD_TYPE)
|
||||
file(MAKE_DIRECTORY "${CURRENT_PACKAGES_DIR}/debug/share/openMVG/")
|
||||
file(RENAME "${CURRENT_PACKAGES_DIR}/debug/lib/openMVG/cmake" "${CURRENT_PACKAGES_DIR}/debug/share/openMVG/cmake")
|
||||
endif()
|
||||
|
||||
vcpkg_cmake_config_fixup()
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "openmvg",
|
||||
"version": "2.1",
|
||||
"port-version": 1,
|
||||
"description": "open Multiple View Geometry library. Basis for 3D computer vision and Structure from Motion.",
|
||||
"license": "MPL-2.0-no-copyleft-exception",
|
||||
"supports": "(x86 | x64 | arm64) & !xbox",
|
||||
|
@ -6734,7 +6734,7 @@
|
||||
},
|
||||
"openmvg": {
|
||||
"baseline": "2.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"openmvs": {
|
||||
"baseline": "2.1.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "004bc9d5fa217b3e1f94c62f850107d47ff7427b",
|
||||
"version": "2.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "897ab1ecaccba02608f2a36ebc8072548aa6c395",
|
||||
"version": "2.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user