Skip to content

Commit 8f22990

Browse files
authored
Remove public-preview. (#2444)
* Remove public-preview. * Remove use-prov-client
1 parent 515306e commit 8f22990

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

doc/setting_up_vcpkg.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,6 @@ The Azure IoT C SDK uses [vcpkg](https://github.com/microsoft/vcpkg) primarily f
1515
-Dwarnings_as_errors=OFF
1616
```
1717

18-
The `use-prov-client` feature uses the syntax: `vcpkg install azure-iot-sdk-c[use-prov-client]` and builds using additional CMake flags:
19-
```
20-
-Dhsm_type_symm_key=ON
21-
-Duse_prov_client=ON
22-
```
23-
24-
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:
25-
26-
```
27-
-Dskip_samples=ON
28-
-Duse_installed_dependencies=ON
29-
-Duse_default_uuid=ON
30-
-Dbuild_as_dynamic=OFF
31-
-Duse_edge_modules=ON
32-
-Dwarnings_as_errors=OFF
33-
```
34-
3518
There are no other configuration options via vcpkg available.
3619

3720
> 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.

0 commit comments

Comments
 (0)