Parcourir la source

FindOpenSSL: remove leftover comment

Rolf Eike Beer il y a 13 ans
Parent
commit
3cfb68d93e
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      Modules/FindOpenSSL.cmake

+ 0 - 1
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