Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(thirdparty): find and use OpenSSL by CMake functions #1679

Merged
merged 5 commits into from
Nov 9, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix link crypto
  • Loading branch information
acelyc111 committed Nov 9, 2023
commit fd902457932fc256fc7d60d60a03aca93c7ff297
1 change: 0 additions & 1 deletion src/meta/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -51,7 +51,6 @@ set(MY_PROJ_LIBS
PocoFoundation
PocoNetSSL
PocoJSON
crypto
hashtable
hdfs
rocksdb)
1 change: 0 additions & 1 deletion src/meta/test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -57,7 +57,6 @@ set(MY_PROJ_LIBS
PocoFoundation
PocoNetSSL
PocoJSON
crypto
gtest
ssl
hdfs)
2 changes: 1 addition & 1 deletion src/utils/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ set(MY_SRC_SEARCH_MODE "GLOB")

set(MY_BOOST_LIBS Boost::system Boost::filesystem Boost::regex)

set(MY_PROJ_LIBS dsn_http crypto rocksdb)
set(MY_PROJ_LIBS dsn_http rocksdb)

# Extra files that will be installed
set(MY_BINPLACES "")
2 changes: 1 addition & 1 deletion src/zookeeper/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ set(MY_PROJ_SRC "")
# "GLOB" for non-recursive search
set(MY_SRC_SEARCH_MODE "GLOB")

set(MY_PROJ_LIBS zookeeper hashtable ssl crypto)
set(MY_PROJ_LIBS zookeeper hashtable ssl)

# Extra files that will be installed
set(MY_BINPLACES "")
1 change: 0 additions & 1 deletion src/zookeeper/test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -40,7 +40,6 @@ set(MY_PROJ_LIBS
hashtable
gtest
ssl
crypto
rocksdb)

set(MY_BOOST_LIBS Boost::system Boost::filesystem Boost::regex)