Skip to content

Commit

Permalink
Both dependent submodules now use "build_as_dynamic" as the option to…
Browse files Browse the repository at this point in the history
… create a shared library.
  • Loading branch information
darobs committed Jan 3, 2017
1 parent 0e44acc commit 664d0d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/tests/gateway_e2e/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ if(NOT EXISTS ${PROJECT_SOURCE_DIR}/deps/iot-sdk-c/parson/README.md)
message(FATAL_ERROR "Error pulling parson submodule: ${res}")
endif()
endif()
findAndInstall(azure_iot_sdks ${PROJECT_SOURCE_DIR}/deps/iot-sdk-c ${PROJECT_SOURCE_DIR}/deps/iot-sdk-c -Duse_installed_dependencies=ON -Dbuild_as_shared=ON -Drun_e2e_tests=ON -Duse_openssl=OFF -G "${CMAKE_GENERATOR}")
findAndInstall(azure_iot_sdks ${PROJECT_SOURCE_DIR}/deps/iot-sdk-c ${PROJECT_SOURCE_DIR}/deps/iot-sdk-c -Duse_installed_dependencies=ON -Dbuild_as_dynamic=ON -Drun_e2e_tests=ON -Duse_openssl=OFF -G "${CMAKE_GENERATOR}")
2 changes: 1 addition & 1 deletion deps/iot-sdk-c
Submodule iot-sdk-c updated 119 files
2 changes: 1 addition & 1 deletion modules/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ if(NOT EXISTS ${PROJECT_SOURCE_DIR}/deps/iot-sdk-c/parson/README.md)
message(FATAL_ERROR "Error pulling parson submodule: ${res}")
endif()
endif()
findAndInstall(azure_iot_sdks ${PROJECT_SOURCE_DIR}/deps/iot-sdk-c ${PROJECT_SOURCE_DIR}/deps/iot-sdk-c -Duse_installed_dependencies=ON -Duse_openssl=OFF -Dbuild_as_shared=ON -Drun_e2e_tests=ON -G "${CMAKE_GENERATOR}")
findAndInstall(azure_iot_sdks ${PROJECT_SOURCE_DIR}/deps/iot-sdk-c ${PROJECT_SOURCE_DIR}/deps/iot-sdk-c -Duse_installed_dependencies=ON -Duse_openssl=OFF -Dbuild_as_dynamic=ON -Drun_e2e_tests=ON -G "${CMAKE_GENERATOR}")

0 comments on commit 664d0d8

Please sign in to comment.