aboutsummaryrefslogtreecommitdiff
path: root/modules/FindOpenSSL.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'modules/FindOpenSSL.cmake')
-rw-r--r--modules/FindOpenSSL.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/FindOpenSSL.cmake b/modules/FindOpenSSL.cmake
index 7b9f7d55..9192924a 100644
--- a/modules/FindOpenSSL.cmake
+++ b/modules/FindOpenSSL.cmake
@@ -8,12 +8,14 @@
FIND_PATH(OPENSSL_INCLUDE_DIR openssl/ssl.h
/usr/include/
/usr/local/include/
+ ${GNUWIN32_DIR}/include
)
FIND_LIBRARY(OPENSSL_LIBRARIES NAMES ssl ssleay32
PATHS
/usr/lib
/usr/local/lib
+ ${GNUWIN32_DIR}/lib
)
if(OPENSSL_INCLUDE_DIR AND OPENSSL_LIBRARIES)