Skip to content

Commit

Permalink
fix link crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Nov 9, 2023
1 parent 242b62b commit fd90245
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/meta/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ set(MY_PROJ_LIBS
PocoFoundation
PocoNetSSL
PocoJSON
crypto
hashtable
hdfs
rocksdb)
Expand Down
1 change: 0 additions & 1 deletion src/meta/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ set(MY_PROJ_LIBS
PocoFoundation
PocoNetSSL
PocoJSON
crypto
gtest
ssl
hdfs)
Expand Down
2 changes: 1 addition & 1 deletion src/utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 "")
Expand Down
2 changes: 1 addition & 1 deletion src/zookeeper/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 "")
Expand Down
1 change: 0 additions & 1 deletion src/zookeeper/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ set(MY_PROJ_LIBS
hashtable
gtest
ssl
crypto
rocksdb)

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

0 comments on commit fd90245

Please sign in to comment.