瀏覽代碼

BUG: fix closing IF()

Alex
Alexander Neundorf 17 年之前
父節點
當前提交
502841c974
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Modules/FindQt4.cmake

+ 1 - 1
Modules/FindQt4.cmake

@@ -266,7 +266,7 @@ IF(QT_QT_LIBRARY)
     ENDIF(NOT Qt4_FIND_QUIETLY)
     RETURN()
   ENDIF(Qt4_FIND_REQUIRED)
-ENDIF(QT_QTCORE_LIBRARY)
+ENDIF(QT_QT_LIBRARY)
 
 
 INCLUDE(CheckSymbolExists)