Skip to content

Commit d56f243

Browse files
kkarbowiakbmoffatt
andauthored
Remove duplicated settings (#147)
Co-authored-by: Bryan Moffatt <[email protected]>
1 parent 132ca87 commit d56f243

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

examples/api-gateway/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ $ cd build
1414
$ cmake .. -DBUILD_ONLY="core" \
1515
-DCMAKE_BUILD_TYPE=Release \
1616
-DBUILD_SHARED_LIBS=OFF \
17-
-DENABLE_UNITY_BUILD=ON \
1817
-DCUSTOM_MEMORY_MANAGEMENT=OFF \
1918
-DCMAKE_INSTALL_PREFIX=~/install \
2019
-DENABLE_UNITY_BUILD=ON

examples/dynamodb/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ $ cd build
1616
$ cmake .. -DBUILD_ONLY="dynamodb" \
1717
-DCMAKE_BUILD_TYPE=Release \
1818
-DBUILD_SHARED_LIBS=OFF \
19-
-DENABLE_UNITY_BUILD=ON \
2019
-DCUSTOM_MEMORY_MANAGEMENT=OFF \
2120
-DCMAKE_INSTALL_PREFIX=~/install \
2221
-DENABLE_UNITY_BUILD=ON

0 commit comments

Comments
 (0)