From a94a68a3c1d04ccb53e46baa69753bbf6354ee14 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Mon, 4 Feb 2013 22:35:09 +0100 Subject: cmake: Fix mingw build --- tests/server/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/server/CMakeLists.txt') 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, -- cgit v1.2.3