mirror of
https://github.com/curl/curl.git
synced 2026-08-25 23:43:35 +03:00
cmake: Fix mingw build
This commit is contained in:
parent
f850abf439
commit
a94a68a3c1
2 changed files with 13 additions and 21 deletions
|
|
@ -14,7 +14,6 @@ function(SETUP_EXECUTABLE TEST_NAME) # ARGN are the files in the test
|
|||
endif()
|
||||
# resolve test needs this
|
||||
setup_curl_dependencies(${TEST_NAME})
|
||||
#TARGET_LINK_LIBRARIES( ${TEST_NAME} libcurl )
|
||||
|
||||
# Test servers simply are standalone programs that do not use libcurl
|
||||
# library. For convinience and to ease portability of these servers,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue