From d6296cb8133f36af8252ff0827fb9d730faf0073 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 24 Nov 2024 17:57:25 +0100 Subject: icons: Fix executing multiple Inkscape instances This adds a workaround for the Inkscape call to allow calling multiple instances of Inkscape in parallel. [1]: https://gitlab.com/inkscape/inkscape/-/issues/4716 --- icons/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt index e5d15d7..a66c305 100644 --- a/icons/CMakeLists.txt +++ b/icons/CMakeLists.txt @@ -9,6 +9,7 @@ foreach(icon ${icons}) "icon-${icon}-pdf" POST_BUILD COMMAND + SELF_CALL=xxx # https://gitlab.com/inkscape/inkscape/-/issues/4716 inkscape --export-type=pdf --export-filename=${CMAKE_CURRENT_BINARY_DIR}/${icon}.pdf -- cgit v1.2.3-70-g09d2