Skip to content

Commit

Permalink
address CR
Browse files Browse the repository at this point in the history
Signed-off-by: SchrodingerZhu <[email protected]>
  • Loading branch information
SchrodingerZhu committed Mar 25, 2022
1 parent 71fbc22 commit 5e55b0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dbms/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ if (Poco_Data_FOUND AND NOT USE_INTERNAL_POCO_LIBRARY)
target_include_directories (dbms PRIVATE ${Poco_Data_INCLUDE_DIRS})
endif()

# NetSSL headers are exposed in clickhouse_common_io's headers.
# We mark it public to make the headers available.
if (Poco_NetSSL_FOUND)
target_link_libraries (clickhouse_common_io PUBLIC ${Poco_NetSSL_LIBRARY})
endif()
Expand Down

0 comments on commit 5e55b0a

Please sign in to comment.