Преглед на файлове

Merge pull request #716 from commontk/remove-duplicated-else-ctkMacroSetupQt

BUG: BuildSystem: Remove duplicated else in ctkMacroSetupQt.cmake
Jean-Christophe Fillion-Robin преди 8 години
родител
ревизия
06ac6eb590
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      CMake/ctkMacroSetupQt.cmake

+ 0 - 3
CMake/ctkMacroSetupQt.cmake

@@ -72,9 +72,6 @@ macro(ctkMacroSetupQt)
     else()
       message(FATAL_ERROR "error: Qt4 was not found on your system. You probably need to set the QT_QMAKE_EXECUTABLE variable")
     endif()
-
-  else()
-    message(FATAL_ERROR "error: Qt4 was not found on your system. You probably need to set the QT_QMAKE_EXECUTABLE variable")
   endif()
 
   mark_as_superbuild(CTK_QT_VERSION)