ソースを参照

[Travis] Fix that stupid qmake variable.

Sascha Zelzer 10 年 前
コミット
8696c64596
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  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()