You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
+2-32Lines changed: 2 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
#
2
-
# Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+
# Copyright 2010-2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
3
#
4
4
# Licensed under the Apache License, Version 2.0 (the "License").
5
5
# You may not use this file except in compliance with the License.
@@ -26,7 +26,7 @@ find_package(Git)
26
26
27
27
# Cmake invocation variables:
28
28
# CUSTOM_MEMORY_MANAGEMENT - if set to 1, generates the sdk project files with custom memory management enabled, otherwise disables it
29
-
# BUILD_ONLY - only build xxx, a semi-colon delimited list, if this is set we will build only the projects listed. Core will always be built as will its unit tests.
29
+
# BUILD_ONLY - a semi-colon delimited list, if this is set we will build only the projects listed. Core will always be built as will its unit tests.
30
30
# Also if a high level client is specified then we will build its dependencies as well. If a project has tests, the tests will be built.
31
31
# REGENERATE_CLIENTS - all clients being built on this run will be regenerated from the api definitions, this option involves some setup of python, java 8, jdk 1.8, and maven
32
32
# ADD_CUSTOM_CLIENTS - semi-colon delimited list of format serviceName=<yourserviceName>,version=<theVersionNumber>;serviceName2=<yourOtherServiceName>,version=<versionNumber2>
@@ -67,12 +67,8 @@ endif()
67
67
68
68
SET(PYTHON_CMD "python")
69
69
70
-
# CMAKE_MODULE_PATH is a CMAKE variable. It contains a list of paths
71
-
# which could be used to search CMAKE modules by "include()" or "find_package()", but the default value is empty.
0 commit comments