diff options
author | Matt Arsenault <whatmannerofburgeristhis@gmail.com> | 2013-02-04 22:35:09 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-02-04 22:35:09 +0100 |
commit | a94a68a3c1d04ccb53e46baa69753bbf6354ee14 (patch) | |
tree | 4c938971c857bb59f3174976ae30b088797c023c /tests/server | |
parent | f850abf439c50548ad86f3196e5796ce5a412907 (diff) |
cmake: Fix mingw build
Diffstat (limited to 'tests/server')
-rw-r--r-- | tests/server/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/server/CMakeLists.txt b/tests/server/CMakeLists.txt index 69cc56cfc..cc5b3e044 100644 --- a/tests/server/CMakeLists.txt +++ b/tests/server/CMakeLists.txt @@ -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, |