diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2020-07-31 11:40:11 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-31 11:40:11 -0700 |
| commit | 683ec4724e14d68c31bff4795e3561275abce365 (patch) | |
| tree | ab32215f68d0e79f79082b1a1c158479bbd9d08a | |
| parent | e6cc4b49e7ed41f7756c11b86f23e10c1166eb6e (diff) | |
| download | vcpkg-683ec4724e14d68c31bff4795e3561275abce365.tar.gz vcpkg-683ec4724e14d68c31bff4795e3561275abce365.zip | |
[azure-iot-sdk-c] Fix passing hsm_type_symm_key (#12605)
| -rw-r--r-- | ports/azure-iot-sdk-c/CONTROL | 1 | ||||
| -rw-r--r-- | ports/azure-iot-sdk-c/portfile.cmake | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/azure-iot-sdk-c/CONTROL b/ports/azure-iot-sdk-c/CONTROL index e3739dc13..6344bdeab 100644 --- a/ports/azure-iot-sdk-c/CONTROL +++ b/ports/azure-iot-sdk-c/CONTROL @@ -1,5 +1,6 @@ Source: azure-iot-sdk-c Version: 2020-07-19 +Port-Version: 1 Build-Depends: azure-uamqp-c, azure-umqtt-c, azure-c-shared-utility, parson, azure-uhttp-c, azure-macro-utils-c, umock-c Description: A C99 SDK for connecting devices to Microsoft Azure IoT services Homepage: https://github.com/Azure/azure-iot-sdk-c diff --git a/ports/azure-iot-sdk-c/portfile.cmake b/ports/azure-iot-sdk-c/portfile.cmake index a711a5a59..db460aaec 100644 --- a/ports/azure-iot-sdk-c/portfile.cmake +++ b/ports/azure-iot-sdk-c/portfile.cmake @@ -25,6 +25,7 @@ else() endif() vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS + use-prov-client hsm_type_symm_key use-prov-client use_prov_client ) @@ -40,7 +41,6 @@ vcpkg_configure_cmake( -Duse_default_uuid=ON -Dbuild_as_dynamic=OFF -Duse_edge_modules=ON - -Dhsm_type_symm_key=${use_prov_client} ) vcpkg_install_cmake() |
