From 088cfc6d44e9297e37ffdd5817aa2f62b4afbafb Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Thu, 16 Feb 2006 09:01:40 +0000 Subject: using GNUWIN32_DIR requires detecting of gnuwin32 package dir before svn path=/trunk/KDE/kdelibs/; revision=510062 --- modules/FindOpenSSL.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/FindOpenSSL.cmake') diff --git a/modules/FindOpenSSL.cmake b/modules/FindOpenSSL.cmake index 9192924a..952d4c20 100644 --- a/modules/FindOpenSSL.cmake +++ b/modules/FindOpenSSL.cmake @@ -4,6 +4,7 @@ # OPENSSL_FOUND - system has the OpenSSL library # OPENSSL_INCLUDE_DIR - the OpenSSL include directory # OPENSSL_LIBRARIES - The libraries needed to use OpenSSL +FIND_PACKAGE(GNUWIN32) FIND_PATH(OPENSSL_INCLUDE_DIR openssl/ssl.h /usr/include/ -- cgit v1.2.1