Skip to content

Commit

Permalink
Fix H2O linking.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferroin committed May 16, 2024
1 parent f1b64e2 commit f183424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1606,7 +1606,7 @@ if(ENABLE_H2O)
)

target_compile_options(h2o PUBLIC -DH2O_USE_LIBUV=0)
target_link_libraries(h2o PRIVATE PkgConfig::OPENSSL)
target_link_libraries(h2o PRIVATE PkgConfig::TLS)
endif()

#
Expand Down

0 comments on commit f183424

Please sign in to comment.