Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
[no ci]
  • Loading branch information
qzhuyan committed Nov 28, 2024
1 parent 76a94a3 commit 6e18751
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 @@ -174,7 +174,7 @@ endif()
add_library(quicer_nif SHARED ${SOURCES})

if (OPENSSL_INCLUDE_DIR)
# for OS SYS
# for sys crypto
target_include_directories(quicer_nif PUBLIC ${OPENSSL_INCLUDE_DIR})
else()
target_include_directories(quicer_nif PUBLIC "c_build/_deps/opensslquic-build/${QUIC_TLS}/include")
Expand Down

0 comments on commit 6e18751

Please sign in to comment.