Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
32ac6243
Commit
32ac6243
authored
Nov 18, 2008
by
Bill Hoffman
Browse files
ENH: make it work if new curl is on
parent
1f9d9b20
Changes
3
Hide whitespace changes
Inline
Side-by-side
Tests/Complex/Executable/CMakeLists.txt
View file @
32ac6243
...
...
@@ -12,7 +12,11 @@ IF(COMPLEX_TEST_CMAKELIB)
LINK_DIRECTORIES
(
${
Complex_BINARY_DIR
}
/../../Source/kwsys
)
LINK_DIRECTORIES
(
${
Complex_BINARY_DIR
}
/../../Utilities/cmexpat
)
LINK_DIRECTORIES
(
${
Complex_BINARY_DIR
}
/../../Utilities/cmzlib
)
LINK_DIRECTORIES
(
${
Complex_BINARY_DIR
}
/../../Utilities/cmcurl
)
IF
(
CMAKE_USE_NEW_CURL
)
LINK_DIRECTORIES
(
${
Complex_BINARY_DIR
}
/../../Utilities/cmcurl-7.19.0
)
ELSE
(
CMAKE_USE_NEW_CURL
)
LINK_DIRECTORIES
(
${
Complex_BINARY_DIR
}
/../../Utilities/cmcurl
)
ENDIF
(
CMAKE_USE_NEW_CURL
)
LINK_DIRECTORIES
(
${
Complex_BINARY_DIR
}
/../../Utilities/cmtar
)
ENDIF
(
COMPLEX_TEST_CMAKELIB
)
...
...
Tests/ComplexOneConfig/Executable/CMakeLists.txt
View file @
32ac6243
...
...
@@ -12,7 +12,11 @@ IF(COMPLEX_TEST_CMAKELIB)
LINK_DIRECTORIES
(
${
Complex_BINARY_DIR
}
/../../Source/kwsys
)
LINK_DIRECTORIES
(
${
Complex_BINARY_DIR
}
/../../Utilities/cmexpat
)
LINK_DIRECTORIES
(
${
Complex_BINARY_DIR
}
/../../Utilities/cmzlib
)
LINK_DIRECTORIES
(
${
Complex_BINARY_DIR
}
/../../Utilities/cmcurl
)
IF
(
CMAKE_USE_NEW_CURL
)
LINK_DIRECTORIES
(
${
Complex_BINARY_DIR
}
/../../Utilities/cmcurl-7.19.0
)
ELSE
(
CMAKE_USE_NEW_CURL
)
LINK_DIRECTORIES
(
${
Complex_BINARY_DIR
}
/../../Utilities/cmcurl
)
ENDIF
(
CMAKE_USE_NEW_CURL
)
LINK_DIRECTORIES
(
${
Complex_BINARY_DIR
}
/../../Utilities/cmtar
)
ENDIF
(
COMPLEX_TEST_CMAKELIB
)
...
...
Tests/ComplexRelativePaths/Executable/CMakeLists.txt
View file @
32ac6243
...
...
@@ -12,7 +12,11 @@ IF(COMPLEX_TEST_CMAKELIB)
LINK_DIRECTORIES
(
${
Complex_BINARY_DIR
}
/../../Source/kwsys
)
LINK_DIRECTORIES
(
${
Complex_BINARY_DIR
}
/../../Utilities/cmexpat
)
LINK_DIRECTORIES
(
${
Complex_BINARY_DIR
}
/../../Utilities/cmzlib
)
LINK_DIRECTORIES
(
${
Complex_BINARY_DIR
}
/../../Utilities/cmcurl
)
IF
(
CMAKE_USE_NEW_CURL
)
LINK_DIRECTORIES
(
${
Complex_BINARY_DIR
}
/../../Utilities/cmcurl-7.19.0
)
ELSE
(
CMAKE_USE_NEW_CURL
)
LINK_DIRECTORIES
(
${
Complex_BINARY_DIR
}
/../../Utilities/cmcurl
)
ENDIF
(
CMAKE_USE_NEW_CURL
)
LINK_DIRECTORIES
(
${
Complex_BINARY_DIR
}
/../../Utilities/cmtar
)
ENDIF
(
COMPLEX_TEST_CMAKELIB
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment