diff options
| author | ras0219 <robertallenschumacher@gmail.com> | 2020-05-01 09:45:05 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-01 09:45:05 -0700 |
| commit | ef50d66690df4712495039e68054269d705c14b4 (patch) | |
| tree | 5b28d2c37828452f553a6c01118baf23e2faae88 | |
| parent | 3a1e8e01f57ab54559a588cb4cd9442a2f27b6c8 (diff) | |
| download | vcpkg-ef50d66690df4712495039e68054269d705c14b4.tar.gz vcpkg-ef50d66690df4712495039e68054269d705c14b4.zip | |
[azure-kinect-sensor-sdk] Disable parallel configure due to source directory writes (#11116)
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
| -rw-r--r-- | ports/azure-kinect-sensor-sdk/CONTROL | 2 | ||||
| -rw-r--r-- | ports/azure-kinect-sensor-sdk/portfile.cmake | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/azure-kinect-sensor-sdk/CONTROL b/ports/azure-kinect-sensor-sdk/CONTROL index 0979028e7..89781089c 100644 --- a/ports/azure-kinect-sensor-sdk/CONTROL +++ b/ports/azure-kinect-sensor-sdk/CONTROL @@ -1,5 +1,5 @@ Source: azure-kinect-sensor-sdk -Version: 1.4.0-alpha.0-3 +Version: 1.4.0-alpha.0-4 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. Build-Depends: azure-c-shared-utility, glfw3, gtest, imgui, libusb, spdlog, cjson, ebml, libjpeg-turbo, matroska, libsoundio, libyuv diff --git a/ports/azure-kinect-sensor-sdk/portfile.cmake b/ports/azure-kinect-sensor-sdk/portfile.cmake index de279be39..b20b3919a 100644 --- a/ports/azure-kinect-sensor-sdk/portfile.cmake +++ b/ports/azure-kinect-sensor-sdk/portfile.cmake @@ -22,6 +22,7 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS # .rc file needs windows.h, so do not use PREFER_NINJA here vcpkg_configure_cmake( SOURCE_PATH ${SOURCE_PATH} + DISABLE_PARALLEL_CONFIGURE OPTIONS ${FEATURE_OPTIONS} -DK4A_SOURCE_LINK=OFF -DK4A_MTE_VERSION=ON |
