Selaa lähdekoodia

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

Jean-Christophe Fillion-Robin 15 vuotta sitten
vanhempi
commit
49b24e66f6
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  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."
   )