Skip to content

Commit

Permalink
Merge pull request #1926 from mavlink/move-openssl
Browse files Browse the repository at this point in the history
Move openssl dep to MAVSDK_SERVER only
  • Loading branch information
JonasVautherin authored Nov 19, 2022
2 parents 0ddcb11 + 098d37d commit 50f83d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ if (SUPERBUILD)
build_target(zlib)
endif()

build_target(openssl)
build_target(curl)

if(BUILD_MAVSDK_SERVER)
build_target(openssl)
build_target(cares)
build_target(protobuf)
build_target(absl)
Expand Down

0 comments on commit 50f83d4

Please sign in to comment.