mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
[azure-kinect-sensor-sdk] Fix *.dll install path (#9763)
This commit is contained in:
parent
97592dfdb6
commit
f787fa4113
@ -1,5 +1,5 @@
|
|||||||
Source: azure-kinect-sensor-sdk
|
Source: azure-kinect-sensor-sdk
|
||||||
Version: 1.4.0-alpha.0-1
|
Version: 1.4.0-alpha.0-2
|
||||||
Homepage: https://github.com/microsoft/Azure-Kinect-Sensor-SDK
|
Homepage: https://github.com/microsoft/Azure-Kinect-Sensor-SDK
|
||||||
Description: Azure Kinect SDK is a cross platform (Linux and Windows) user mode SDK to read data from your Azure Kinect device.
|
Description: Azure Kinect SDK is a cross platform (Linux and Windows) user mode SDK to read data from your Azure Kinect device.
|
||||||
Build-Depends: azure-c-shared-utility, glfw3, gtest, imgui, libusb, spdlog, cjson, ebml, libjpeg-turbo, matroska, libsoundio, libyuv
|
Build-Depends: azure-c-shared-utility, glfw3, gtest, imgui, libusb, spdlog, cjson, ebml, libjpeg-turbo, matroska, libsoundio, libyuv
|
||||||
|
@ -1,26 +0,0 @@
|
|||||||
diff --git a/src/record/sdk/CMakeLists.txt b/src/record/sdk/CMakeLists.txt
|
|
||||||
index 4be0697..d30c6de 100644
|
|
||||||
--- a/src/record/sdk/CMakeLists.txt
|
|
||||||
+++ b/src/record/sdk/CMakeLists.txt
|
|
||||||
@@ -81,7 +81,7 @@ install(
|
|
||||||
development
|
|
||||||
RUNTIME
|
|
||||||
DESTINATION
|
|
||||||
- ${CMAKE_INSTALL_BINDIR}
|
|
||||||
+ tools
|
|
||||||
COMPONENT
|
|
||||||
runtime
|
|
||||||
)
|
|
||||||
diff --git a/src/sdk/CMakeLists.txt b/src/sdk/CMakeLists.txt
|
|
||||||
index 3616f40..a5019cb 100644
|
|
||||||
--- a/src/sdk/CMakeLists.txt
|
|
||||||
+++ b/src/sdk/CMakeLists.txt
|
|
||||||
@@ -90,7 +90,7 @@ install(
|
|
||||||
development
|
|
||||||
RUNTIME
|
|
||||||
DESTINATION
|
|
||||||
- ${CMAKE_INSTALL_BINDIR}
|
|
||||||
+ tools
|
|
||||||
COMPONENT
|
|
||||||
runtime
|
|
||||||
)
|
|
@ -7,7 +7,6 @@ vcpkg_from_github(
|
|||||||
PATCHES
|
PATCHES
|
||||||
fix-builds.patch
|
fix-builds.patch
|
||||||
disable-c4275.patch
|
disable-c4275.patch
|
||||||
fix-components-path.patch
|
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_find_acquire_program(PYTHON3)
|
vcpkg_find_acquire_program(PYTHON3)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user