Skip to content

Commit

Permalink
Remove the curl dependency of date (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
yixinglu authored Mar 1, 2024
1 parent d91eec0 commit 34ce6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ maybe_add_dependencies(lzma gettext)
maybe_add_dependencies(libev gettext)
maybe_add_dependencies(libevent libtool openssl)
maybe_add_dependencies(libcurl libtool openssl)
maybe_add_dependencies(date libcurl)
# maybe_add_dependencies(date libcurl)
maybe_add_dependencies(gperf libtool)
maybe_add_dependencies(cyrus-sasl openssl berkeleydb automake libtool)
maybe_add_dependencies(ldap berkeleydb libtool openssl cyrus-sasl)
Expand Down

0 comments on commit 34ce6af

Please sign in to comment.