Skip to content

Commit

Permalink
SINGLE_THREADED not WOLFSSL_SINGLE_THREADED
Browse files Browse the repository at this point in the history
  • Loading branch information
gojimmypi committed Jul 12, 2023
1 parent b8119af commit 73c0038
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 @@ -247,7 +247,7 @@ add_option("WOLFSSL_SINGLE_THREADED"
"no" "yes;no")

# TODO: Logic here isn't complete, yet (see AX_PTHREAD)
if(NOT WOLFSSL_SINGLE_THREADED)
if(NOT SINGLE_THREADED)
if(CMAKE_USE_PTHREADS_INIT)
list(APPEND WOLFSSL_LINK_LIBS Threads::Threads)
set(HAVE_PTHREAD 1)
Expand Down

0 comments on commit 73c0038

Please sign in to comment.