瀏覽代碼

COMP: Added ctest warning exception for QtMobility "jobserver unavailable"

Jean-Christophe Fillion-Robin 15 年之前
父節點
當前提交
49b24e66f6
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      CMake/CTestCustom.cmake.in

+ 3 - 0
CMake/CTestCustom.cmake.in

@@ -75,4 +75,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
   
   # Visual studio spurious warnings...
   "The following environment variables were not found"
+  
+  # QtMobility 
+  "warning: jobserver unavailable: using -j1.  Add `+' to parent make rule."
   )