Skip to content

Commit

Permalink
Remove public-preview. (#2444)
Browse files Browse the repository at this point in the history
* Remove public-preview.

* Remove use-prov-client
  • Loading branch information
JoseSanchez7 committed Feb 7, 2023
1 parent 515306e commit 8f22990
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions doc/setting_up_vcpkg.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,6 @@ The Azure IoT C SDK uses [vcpkg](https://github.com/microsoft/vcpkg) primarily f
-Dwarnings_as_errors=OFF
```

The `use-prov-client` feature uses the syntax: `vcpkg install azure-iot-sdk-c[use-prov-client]` and builds using additional CMake flags:
```
-Dhsm_type_symm_key=ON
-Duse_prov_client=ON
```

The `public-preview` feature allows you to build and install the azure-iot-sdk-c from a provided public-preview hash. The `REF` hash used can be found in the [portfile.cmake](https://github.com/microsoft/vcpkg/blob/master/ports/azure-iot-sdk-c/portfile.cmake) file. To access this feature, use the syntax: `vcpkg install azure-iot-sdk-c[public-preview]`. The following CMake flags will be set:

```
-Dskip_samples=ON
-Duse_installed_dependencies=ON
-Duse_default_uuid=ON
-Dbuild_as_dynamic=OFF
-Duse_edge_modules=ON
-Dwarnings_as_errors=OFF
```

There are no other configuration options via vcpkg available.

> NOTE: If your application requires specific CMake flags not shown above, please build and install directly from the source code. See [devbox_setup.md](https://github.com/Azure/azure-iot-sdk-c/blob/main/doc/devbox_setup.md) for further information.
Expand Down

0 comments on commit 8f22990

Please sign in to comment.