Skip to content

Commit

Permalink
Update userver-universal-config.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
fdr400 authored Nov 7, 2024
1 parent f0e9678 commit def4493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/install/userver-universal-config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ find_package(Boost REQUIRED COMPONENTS
)
find_package(Iconv REQUIRED)

_userver_macos_set_default_dir(OPENSSL_ROOT_DIR brew;--prefix;openssl)
_userver_macos_set_default_dir(OPENSSL_ROOT_DIR "brew;--prefix;openssl")
find_package(OpenSSL REQUIRED)

find_package(fmt "8.1.1" REQUIRED)
Expand Down

0 comments on commit def4493

Please sign in to comment.