File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55
55
set (REMOVE_SDK 0)
56
56
57
57
if (SDK STREQUAL "core" )
58
- set (SDK_DIR "aws-cpp-sdk-${SDK} " )
58
+ set (SDK_DIR "src/ aws-cpp-sdk-${SDK} " )
59
59
else ()
60
60
set (SDK_DIR "generated/aws-cpp-sdk-${SDK} " )
61
61
endif ()
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ endfunction()
72
72
# services have the name format abc.def.ghi will be renamed to ghi-def-abc (dot will not be accepted as Windows directory name )
73
73
# and put into C2J_SPECIAL_NAME_LIST, but rumtime.lex will be renamed to lex based on historical reason.
74
74
function (build_sdk_list)
75
- file (GLOB ALL_MODEL_FILES "${CMAKE_CURRENT_SOURCE_DIR} /code-generation/api-descriptions/*-[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9].normal.json" )
75
+ file (GLOB ALL_MODEL_FILES "${CMAKE_CURRENT_SOURCE_DIR} /tools/ code-generation/api-descriptions/*-[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9].normal.json" )
76
76
foreach (model IN LISTS ALL_MODEL_FILES)
77
77
get_filename_component (modelName "${model} " NAME )
78
78
STRING (REGEX MATCH "([0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9])" date "${modelName} " )
You can’t perform that action at this time.
0 commit comments