aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-05-12 16:34:10 +0000
committerSaturneric <[email protected]>2022-05-12 16:34:10 +0000
commit917a8be86a9afa6f43873be8d7ba35914f012b90 (patch)
tree00c298a901cc4d42e86fcf98571e04388f501c57
parentfeat(core): add charset operations (diff)
downloadGpgFrontend-917a8be86a9afa6f43873be8d7ba35914f012b90.tar.gz
GpgFrontend-917a8be86a9afa6f43873be8d7ba35914f012b90.zip
fix: solve openssl issue senselessly for macOS
-rw-r--r--CMakeLists.txt3
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