We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e2948d commit 161edeaCopy full SHA for 161edea
samples/README.md
@@ -48,7 +48,7 @@ cmake --build . --config "<Release|RelWithDebInfo|Debug>"
48
Change directory to the `aws-iot-device-sdk-cpp-v2/samples` directory and then run the following commands:
49
50
```sh
51
-cmake -B build -S . -DCMAKE_PREFIX_PATH="<absolute path sdk-cpp-workspace dir>" -DCMAKE_BUILD_TYPE="<Release|RelWithDebInfo|Debug>" .
+cmake -B build -S . -DCMAKE_PREFIX_PATH="<absolute path sdk-cpp-workspace dir>" -DCMAKE_BUILD_TYPE="<Release|RelWithDebInfo|Debug>"
52
cmake --build build --config "<Release|RelWithDebInfo|Debug>"
53
```
54
0 commit comments