소스 검색

FindOpenSSL: remove leftover comment

Rolf Eike Beer 13 년 전
부모
커밋
3cfb68d93e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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