Explorar o código

[Travis] Fix variable expansion.

Sascha Zelzer %!s(int64=10) %!d(string=hai) anos
pai
achega
fc319dcf0f
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()