Skip to content

Commit cadddcc

Browse files
Remove outdated doc section about custom clients
1 parent fd706d9 commit cadddcc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/CMake_Parameters.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ Example:
1010
-DBUILD_ONLY="s3;dynamodb;cognito-identity"
1111
```
1212

13-
### ADD_CUSTOM_CLIENTS
14-
Allows you to build any arbitrary clients based on the api definition. Simply place your definition in the code-generation/api-definitions folder. Then pass this arg to cmake. The cmake configure step will generate your client and include it as a subdirectory in your build. This is particularly useful if you want to generate a C++ client for using one of your API Gateway services. To use this feature you need to have python 2.7, java, jdk1.8, and maven installed and in your executable path. Example:
15-
```sh
16-
-DADD_CUSTOM_CLIENTS="serviceName=myCustomService, version=2015-12-21;serviceName=someOtherService, version=2015-08-15"
17-
```
18-
1913
### REGENERATE_CLIENTS
2014
This argument will wipe out all generated code and generate the client directories from the code-generation/api-definitions folder. To use this argument, you need to have python 2.7, java, jdk1.8, and maven installed in your executable path. Example:
2115
```sh

0 commit comments

Comments
 (0)