cmake: Fix mingw build

This commit is contained in:
Matt Arsenault
2013-02-04 22:35:09 +01:00
committed by Daniel Stenberg
parent f850abf439
commit a94a68a3c1
2 changed files with 13 additions and 21 deletions

View File

@@ -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,