Przeglądaj źródła

BUG: fix closing IF()

Alex
Alexander Neundorf 17 lat temu
rodzic
commit
502841c974
1 zmienionych plików z 1 dodań i 1 usunięć
  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)