mirror of
https://github.com/curl/curl.git
synced 2026-06-04 09:04:20 +03:00
CURL_NETWORK_AND_TIME_LIBS fixup
This commit is contained in:
parent
07c8886554
commit
59035d356e
1 changed files with 1 additions and 1 deletions
|
|
@ -590,7 +590,7 @@ if(ENABLE_THREADED_RESOLVER)
|
|||
find_package(Threads REQUIRED)
|
||||
set(USE_THREADS_POSIX ${CMAKE_USE_PTHREADS_INIT})
|
||||
set(HAVE_PTHREAD_H ${CMAKE_USE_PTHREADS_INIT})
|
||||
list(APPEND CURL_LIBS ${CMAKE_THREAD_LIBS_INIT})
|
||||
list(APPEND CURL_NETWORK_AND_TIME_LIBS ${CMAKE_THREAD_LIBS_INIT})
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue