Skip to content

Commit

Permalink
Merge branch 'service_client_codegen' of https://github.com/aws/aws-i…
Browse files Browse the repository at this point in the history
…ot-device-sdk-cpp-v2 into service_client_samples
  • Loading branch information
xiazhvera committed Oct 5, 2023
2 parents 9a06214 + 4f74637 commit 8f38a05
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crt/aws-crt-cpp
Submodule aws-crt-cpp updated 1 files
+1 −1 VERSION
2 changes: 1 addition & 1 deletion identity/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ else ()
target_compile_options(IotIdentity-cpp PRIVATE -Wall -Wno-long-long -pedantic -Werror)
endif ()

target_compile_definitions(IotIdentity-cpp $<$<CONFIG:Debug>:DEBUG_BUILD>)
target_compile_definitions(IotIdentity-cpp PRIVATE $<$<CONFIG:Debug>:DEBUG_BUILD>)

if (BUILD_SHARED_LIBS)
target_compile_definitions(IotIdentity-cpp PUBLIC "-DAWS_IOTIDENTITY_USE_IMPORT_EXPORT")
Expand Down
2 changes: 1 addition & 1 deletion jobs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ else ()
target_compile_options(IotJobs-cpp PRIVATE -Wall -Wno-long-long -pedantic -Werror)
endif ()

target_compile_definitions(IotJobs-cpp $<$<CONFIG:Debug>:DEBUG_BUILD>)
target_compile_definitions(IotJobs-cpp PRIVATE $<$<CONFIG:Debug>:DEBUG_BUILD>)

if (BUILD_SHARED_LIBS)
target_compile_definitions(IotJobs-cpp PUBLIC "-DAWS_IOTJOBS_USE_IMPORT_EXPORT")
Expand Down
2 changes: 1 addition & 1 deletion shadow/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ else ()
target_compile_options(IotShadow-cpp PRIVATE -Wall -Wno-long-long -pedantic -Werror)
endif ()

target_compile_definitions(IotShadow-cpp $<$<CONFIG:Debug>:DEBUG_BUILD>)
target_compile_definitions(IotShadow-cpp PRIVATE $<$<CONFIG:Debug>:DEBUG_BUILD>)

if (BUILD_SHARED_LIBS)
target_compile_definitions(IotShadow-cpp PUBLIC "-DAWS_IOTSHADOW_USE_IMPORT_EXPORT")
Expand Down

0 comments on commit 8f38a05

Please sign in to comment.