From 3cfb68d93e66be8ae9f46757d314c61fe59bc900 Mon Sep 17 00:00:00 2001 From: Rolf Eike Beer Date: Sun, 29 Jul 2012 17:03:36 +0200 Subject: [PATCH] FindOpenSSL: remove leftover comment --- Modules/FindOpenSSL.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/Modules/FindOpenSSL.cmake b/Modules/FindOpenSSL.cmake index fa5cfba5d..6642915ce 100644 --- a/Modules/FindOpenSSL.cmake +++ b/Modules/FindOpenSSL.cmake @@ -69,7 +69,6 @@ FIND_PATH(OPENSSL_INCLUDE_DIR ) IF(WIN32 AND NOT CYGWIN) - # MINGW should go here too IF(MSVC) # /MD and /MDd are the standard values - if someone wants to use # others, the libnames have to change here too