Skip to content

Commit

Permalink
Refs #10387. OPENSSL_ROOT_DIR now points to homebrew opt directory
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumsteve committed Oct 17, 2014
1 parent 6e6cf6e commit f413b0d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Code/Mantid/Build/CMake/DarwinSetup.cmake
Expand Up @@ -128,9 +128,7 @@ else()
set ( PYQT4_PYTHONPATH /usr/local/lib/python${PY_VER}/site-packages/PyQt4 )
set ( SITEPACKAGES /usr/local/lib/python${PY_VER}/site-packages )
# use homebrew OpenSSL package
EXEC_PROGRAM( brew ARGS info openssl | grep openssl: | cut -c 17-22 OUTPUT_VARIABLE _openssl_version )
MESSAGE(STATUS "OpenSSL version: ${_openssl_version}")
set ( OPENSSL_ROOT_DIR /usr/local/Cellar/openssl/${_openssl_version}/ )
set ( OPENSSL_ROOT_DIR /usr/local/opt/openssl )
endif()

# Python packages
Expand Down

0 comments on commit f413b0d

Please sign in to comment.