Skip to content

Commit

Permalink
link fs
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos authored and ChuanqiXu9 committed Mar 8, 2022
1 parent 79fe3e5 commit 2ec383f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo_example/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ endif()

add_executable(smtp_client smtp/smtp_client.cpp)
if (ENABLE_SSL)
target_link_libraries(smtp_client async_simple OpenSSL::SSL)
target_link_libraries(smtp_client stdc++fs async_simple OpenSSL::SSL)
else()
target_link_libraries(smtp_client async_simple)
target_link_libraries(smtp_client stdc++fs async_simple)
endif()

0 comments on commit 2ec383f

Please sign in to comment.