File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ if (BUILD_SDK)
168
168
set (BUILD_DEPS ON CACHE BOOL "Build dependencies for the AWS SDK" FORCE)
169
169
set (USE_OPENSSL ON CACHE BOOL "Use OpenSSL instead of aws-lc" FORCE)
170
170
configure_file (CMakeLists.txt.awssdk
171
- aws-iot-device-sdk-cpp-v2-download/CMakeLists.txt)
171
+ ${CMAKE_BINARY_DIR} / aws-iot-device-sdk-cpp-v2-download/CMakeLists.txt)
172
172
execute_process (COMMAND ${CMAKE_COMMAND} -G "${CMAKE_GENERATOR} " .
173
173
WORKING_DIRECTORY ${CMAKE_BINARY_DIR} /aws-iot-device-sdk-cpp-v2-download)
174
174
execute_process (COMMAND ${CMAKE_COMMAND} --build .
@@ -248,7 +248,7 @@ endif ()
248
248
if (BUILD_TEST_DEPS)
249
249
# Download and unpack googletest at configure time
250
250
configure_file (CMakeLists.txt.gtest
251
- googletest-download/CMakeLists.txt)
251
+ ${CMAKE_BINARY_DIR} / googletest-download/CMakeLists.txt)
252
252
execute_process (COMMAND ${CMAKE_COMMAND} -G "${CMAKE_GENERATOR} " .
253
253
WORKING_DIRECTORY ${CMAKE_BINARY_DIR} /googletest-download)
254
254
execute_process (COMMAND ${CMAKE_COMMAND} --build .
You can’t perform that action at this time.
0 commit comments