cmake/modules/GObjectIntrospectionMacros.cmake |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 376ae2f8b8a92fd7bd751fbfcd0aa46530b59ca4
Author: Albert Astals Cid <[email protected]>
Date:   Sat Sep 30 11:27:44 2017 +0200

    Remove the gir-girs target
    
    It depends on the same files (subset) as the gir-typelibs target meaning 
that sometimes when doing a parallel build you'd get the two commands trying to 
generate the same file at once and bad things happen

diff --git a/cmake/modules/GObjectIntrospectionMacros.cmake 
b/cmake/modules/GObjectIntrospectionMacros.cmake
index 62af11d8..fddaf60f 100644
--- a/cmake/modules/GObjectIntrospectionMacros.cmake
+++ b/cmake/modules/GObjectIntrospectionMacros.cmake
@@ -90,7 +90,6 @@ macro(gir_add_introspections introspections_girs)
 
   endforeach()
 
-  add_custom_target(gir-girs ALL DEPENDS ${_gir_girs})
   add_custom_target(gir-typelibs ALL DEPENDS ${_gir_typelibs})
 
 endmacro(gir_add_introspections)
_______________________________________________
poppler mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to