From 6e1875101958e996ce87a7c1480477a75792fbac Mon Sep 17 00:00:00 2001 From: William Yang Date: Thu, 28 Nov 2024 13:25:38 +0100 Subject: [PATCH] chore: fix typo [no ci] --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 66023b3c..9a976faf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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")