Explorar o código

[Travis] Fix that stupid qmake variable.

Sascha Zelzer %!s(int64=10) %!d(string=hai) anos
pai
achega
8696c64596
Modificáronse 1 ficheiros con 1 adicións e 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()