Skip to content

Commit

Permalink
Make curl a mandatory dependency of Celix::launcher.
Browse files Browse the repository at this point in the history
  • Loading branch information
PengZheng committed Aug 7, 2023
1 parent abca239 commit c48b0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/CelixDeps.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $<$<BOOL:$<TARGET_NAME_IF_EXISTS:Celix::deployment_admin>>:find_dependency(ZLIB)
$<$<BOOL:$<TARGET_NAME_IF_EXISTS:Celix::dfi>>:find_dependency(libffi)>
$<$<BOOL:$<TARGET_NAME_IF_EXISTS:Celix::dfi>>:find_dependency(jansson)>
$<$<BOOL:$<TARGET_NAME_IF_EXISTS:Celix::etcdlib>>:find_dependency(jansson)>
$<$<BOOL:$<TARGET_NAME_IF_EXISTS:Celix::framework>>:find_dependency(CURL)>
$<$<BOOL:$<TARGET_NAME_IF_EXISTS:Celix::Celix::launcher>>:find_dependency(CURL)>
$<$<BOOL:$<TARGET_NAME_IF_EXISTS:Celix::etcdlib>>:find_dependency(CURL)>
$<$<BOOL:$<TARGET_NAME_IF_EXISTS:Celix::deployment_admin>>:find_dependency(CURL)>
$<$<BOOL:$<TARGET_NAME_IF_EXISTS:Celix::rsa_dfi>>:find_dependency(CURL)>
Expand Down

0 comments on commit c48b0bc

Please sign in to comment.