Skip to content

Commit

Permalink
cmake: reorder lines
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskovalchuk committed Nov 24, 2024
1 parent 9ccd8dc commit 43cb044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ add_library(ftp ${sources})
add_library(ftp::ftp ALIAS ftp)

find_package(Boost 1.70.0 REQUIRED CONFIG)
target_link_libraries(ftp PUBLIC Boost::boost)

find_package(OpenSSL REQUIRED)

target_link_libraries(ftp PUBLIC Boost::boost)
target_link_libraries(ftp PUBLIC OpenSSL::SSL)

if (WIN32)
Expand Down

0 comments on commit 43cb044

Please sign in to comment.