diff --git a/.travis.mk b/.travis.mk index 4aaca1d3abfe39aebae9f72d97e4f2f5bb8e479d..5c0d7bf2219390334fac3570842ff42a8a11c02f 100644 --- a/.travis.mk +++ b/.travis.mk @@ -356,7 +356,7 @@ test_odroid_arm64: deps_odroid_arm64 test_odroid_arm64_no_deps # FIXME: Temporary pinned python3 to specific version (i.e. python@3.8) to # avoid gevent package installation failure described in gevent/gevent#1721. # Revert this back when the issue is resolved. -OSX_PKGS=openssl@1.1 readline curl icu4c libiconv zlib cmake python@3.8 +OSX_PKGS=openssl readline curl icu4c libiconv zlib cmake python@3.8 deps_osx: # install brew using command from Homebrew repository instructions: diff --git a/cmake/os.cmake b/cmake/os.cmake index ba65d0ccca326b8d740b2ed3b0f67de5eb78dbec..de493b0747bcf273353c49277cf03d3a2b63e2ed 100644 --- a/cmake/os.cmake +++ b/cmake/os.cmake @@ -132,7 +132,7 @@ elseif (${CMAKE_SYSTEM_NAME} STREQUAL "Darwin") endif() # Detecting OpenSSL - execute_process(COMMAND ${HOMEBREW_EXECUTABLE} --prefix openssl@1.1 + execute_process(COMMAND ${HOMEBREW_EXECUTABLE} --prefix openssl OUTPUT_VARIABLE HOMEBREW_OPENSSL OUTPUT_STRIP_TRAILING_WHITESPACE) if (DEFINED HOMEBREW_OPENSSL)