Explorar el Código

[Travis] Fix that stupid qmake variable.

Sascha Zelzer hace 10 años
padre
commit
8696c64596
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      CMake/ctkTravisDashboardScript.cmake

+ 1 - 1
CMake/ctkTravisDashboardScript.cmake

@@ -18,7 +18,7 @@ if(NOT CTK_QT_VERSION)
   set(CTK_QT_VERSION 4)
 endif()
 
-if(${CTK_QT_VERSION} EQUAL 4)
+if(CTK_QT_VERSION EQUAL "4")
   set(QT_QMAKE_EXECUTABLE "/usr/bin/qmake")
 endif()