Skip to content

Commit fc9f785

Browse files
Jake Stoefflermarcomagdy
Jake Stoeffler
authored andcommitted
Fix dynamodb example README
1 parent 4368928 commit fc9f785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/dynamodb/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $ git clone https://github.com/aws/aws-sdk-cpp.git
1313
$ cd aws-sdk-cpp
1414
$ mkdir build
1515
$ cd build
16-
$ cmake .. -DBUILD_ONLY="s3" \
16+
$ cmake .. -DBUILD_ONLY="dynamodb" \
1717
-DCMAKE_BUILD_TYPE=Release \
1818
-DBUILD_SHARED_LIBS=OFF \
1919
-DENABLE_UNITY_BUILD=ON \

0 commit comments

Comments
 (0)