diff options
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 167f23d5..a049e854 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -422,6 +422,9 @@ SET(CMAKE_FIND_PACKAGE_SORT_DIRECTION DEC) find_package(Boost COMPONENTS date_time system REQUIRED) # Introduce OpenSSL +if(APPLE) + set(OPENSSL_ROOT_DIR /usr/local/opt/[email protected]) +endif() find_package(OpenSSL REQUIRED) # Introduce Qt |