Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ports/azure-kinect-sensor-sdk/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
message(FATAL_ERROR "this port does not support statical linkage.")
endif()

set(VERSION 1.4.0-alpha.0)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
Expand Down