mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
[openmvs] add arm support (#33101)
This commit is contained in:
parent
4dd85256a8
commit
f8c8cf6350
@ -23,6 +23,12 @@ file(REMOVE "${SOURCE_PATH}/build/Modules/FindCERES.cmake")
|
|||||||
file(REMOVE "${SOURCE_PATH}/build/Modules/FindCGAL.cmake")
|
file(REMOVE "${SOURCE_PATH}/build/Modules/FindCGAL.cmake")
|
||||||
file(REMOVE "${SOURCE_PATH}/build/Modules/FindEIGEN.cmake")
|
file(REMOVE "${SOURCE_PATH}/build/Modules/FindEIGEN.cmake")
|
||||||
|
|
||||||
|
if(VCPKG_TARGET_ARCHITECTURE STREQUAL "x86" OR VCPKG_TARGET_ARCHITECTURE STREQUAL "x64")
|
||||||
|
set(USE_SSE ON)
|
||||||
|
else()
|
||||||
|
set(USE_SSE OFF)
|
||||||
|
endif()
|
||||||
|
|
||||||
vcpkg_cmake_configure(
|
vcpkg_cmake_configure(
|
||||||
SOURCE_PATH ${SOURCE_PATH}
|
SOURCE_PATH ${SOURCE_PATH}
|
||||||
OPTIONS ${FEATURE_OPTIONS}
|
OPTIONS ${FEATURE_OPTIONS}
|
||||||
@ -33,6 +39,7 @@ vcpkg_cmake_configure(
|
|||||||
-DOpenMVS_USE_OPENGL=ON
|
-DOpenMVS_USE_OPENGL=ON
|
||||||
-DOpenMVS_USE_BREAKPAD=OFF
|
-DOpenMVS_USE_BREAKPAD=OFF
|
||||||
-DOpenMVS_ENABLE_TESTS=OFF
|
-DOpenMVS_ENABLE_TESTS=OFF
|
||||||
|
-DOpenMVS_USE_SSE=${USE_SSE}
|
||||||
OPTIONS_RELEASE
|
OPTIONS_RELEASE
|
||||||
-DOpenMVS_BUILD_TOOLS=ON
|
-DOpenMVS_BUILD_TOOLS=ON
|
||||||
OPTIONS_DEBUG
|
OPTIONS_DEBUG
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "openmvs",
|
"name": "openmvs",
|
||||||
"version": "2.1.0",
|
"version": "2.1.0",
|
||||||
"port-version": 1,
|
"port-version": 2,
|
||||||
"description": "OpenMVS: open Multi-View Stereo reconstruction library",
|
"description": "OpenMVS: open Multi-View Stereo reconstruction library",
|
||||||
"homepage": "https://cdcseacave.github.io/openMVS",
|
"homepage": "https://cdcseacave.github.io/openMVS",
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
|
@ -6078,7 +6078,7 @@
|
|||||||
},
|
},
|
||||||
"openmvs": {
|
"openmvs": {
|
||||||
"baseline": "2.1.0",
|
"baseline": "2.1.0",
|
||||||
"port-version": 1
|
"port-version": 2
|
||||||
},
|
},
|
||||||
"openni2": {
|
"openni2": {
|
||||||
"baseline": "2.2.0.33",
|
"baseline": "2.2.0.33",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "8779bcf1acd942b029c79791b2335b252e151f20",
|
||||||
|
"version": "2.1.0",
|
||||||
|
"port-version": 2
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "93c2bb0fd968757d60afa8ce2de0d456a3ae5cc0",
|
"git-tree": "93c2bb0fd968757d60afa8ce2de0d456a3ae5cc0",
|
||||||
"version": "2.1.0",
|
"version": "2.1.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user