mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 16:29:07 +08:00
7dc8ecbc08
* [azure-kinect-sensor] Remove feature test and fix static build in Windows * [azure-kinect-sensor-sdk] Re-fix components install path using patch * [azure-kinect-sensor-sdk] Remove bin debug/bin in static build * update baseline
27 lines
696 B
Diff
27 lines
696 B
Diff
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
|
|
)
|