Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
7856df19
Commit
7856df19
authored
Apr 13, 2016
by
Rashad Kanavath
Browse files
ENH: deactivate openssl on apple
parent
ebbb426c
Changes
1
Hide whitespace changes
Inline
Side-by-side
SuperBuild/CMake/External_curl.cmake
View file @
7856df19
...
...
@@ -11,7 +11,11 @@ else()
message
(
STATUS
" Using cURL SuperBuild version"
)
# declare dependencies
ADDTO_DEPENDENCIES_IF_NOT_SYSTEM
(
CURL ZLIB OPENSSL
)
ADDTO_DEPENDENCIES_IF_NOT_SYSTEM
(
CURL ZLIB
)
if
(
NOT APPLE
)
ADDTO_DEPENDENCIES_IF_NOT_SYSTEM
(
OPENSSL
)
endif
()
if
(
USE_SYSTEM_GEOS
)
#why geos here?. discuss with GP.
ADD_SUPERBUILD_CMAKE_VAR
(
ZLIB_ROOT
)
...
...
Write
Preview
Supports
Markdown
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