Skip to content

Commit

Permalink
fixes failing build of web-server-tls target (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
mority authored Aug 8, 2024
1 parent 00e7ebc commit 6b7d604
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ if(MSVC)
endif()

add_library(web-server-tls ${web-server-src} src/base64.cc)
target_compile_features(web-server-tls PUBLIC cxx_std_17)
target_compile_features(web-server-tls PUBLIC cxx_std_20)
target_link_libraries(web-server-tls
${CMAKE_THREAD_LIBS_INIT}
boost
boost-iostreams
utl
ssl
crypto
)
Expand Down

0 comments on commit 6b7d604

Please sign in to comment.