summaryrefslogtreecommitdiffstats
path: root/Tests/ComplexOneConfig/Executable
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-11-21 21:10:09 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-11-21 21:10:09 (GMT)
commit46b9a884ac01aeb7fc0e6b5eb92a1624536eb4ee (patch)
treeb9562345231bbc14154b1d4a949d207315e615d2 /Tests/ComplexOneConfig/Executable
parent629a0dc70551eb7778ff5039fa65eca35c3e7690 (diff)
downloadCMake-46b9a884ac01aeb7fc0e6b5eb92a1624536eb4ee.zip
CMake-46b9a884ac01aeb7fc0e6b5eb92a1624536eb4ee.tar.gz
CMake-46b9a884ac01aeb7fc0e6b5eb92a1624536eb4ee.tar.bz2
ENH: make this test pass if new curl is on
Diffstat (limited to 'Tests/ComplexOneConfig/Executable')
-rw-r--r--Tests/ComplexOneConfig/Executable/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/ComplexOneConfig/Executable/CMakeLists.txt b/Tests/ComplexOneConfig/Executable/CMakeLists.txt
index 86fb7a5..6f47838 100644
--- a/Tests/ComplexOneConfig/Executable/CMakeLists.txt
+++ b/Tests/ComplexOneConfig/Executable/CMakeLists.txt
@@ -14,7 +14,7 @@ IF(COMPLEX_TEST_CMAKELIB)
LINK_DIRECTORIES(${Complex_BINARY_DIR}/../../Utilities/cmzlib)
# prefer the new curl if it is around
IF(EXISTS ${Complex_BINARY_DIR}/../../Utilities/cmcurl-7.19.0)
- LINK_DIRECTORIES(${Complex_BINARY_DIR}/../../Utilities/cmcurl-7.19.0)
+ LINK_DIRECTORIES(${Complex_BINARY_DIR}/../../Utilities/cmcurl-7.19.0/lib)
ENDIF(EXISTS ${Complex_BINARY_DIR}/../../Utilities/cmcurl-7.19.0)
IF(EXISTS ${Complex_BINARY_DIR}/../../Utilities/cmcurl)
LINK_DIRECTORIES(${Complex_BINARY_DIR}/../../Utilities/cmcurl)