summaryrefslogtreecommitdiffstats
path: root/CMakeScripts
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2017-07-29 16:57:41 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2017-07-29 16:57:41 +0000
commitc4cb799dfa98a5643fd840b06036d1030cbc8809 (patch)
tree0e2c32c5250fc1c93a192faa772cab60879026cf /CMakeScripts
parentSmall fixes suggested by @Ede123 (diff)
parentFix a bug pointed by CR on delete nodes in fillet/chamfer LPE (diff)
downloadinkscape-c4cb799dfa98a5643fd840b06036d1030cbc8809.tar.gz
inkscape-c4cb799dfa98a5643fd840b06036d1030cbc8809.zip
Merge gitlab.com:inkscape/inkscape
Diffstat (limited to 'CMakeScripts')
-rw-r--r--CMakeScripts/InstallMSYS2.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeScripts/InstallMSYS2.cmake b/CMakeScripts/InstallMSYS2.cmake
index 5ad3b9d3e..d4d42ea37 100644
--- a/CMakeScripts/InstallMSYS2.cmake
+++ b/CMakeScripts/InstallMSYS2.cmake
@@ -163,7 +163,7 @@ if(WIN32)
# fontconfig
install(DIRECTORY ${MINGW_PATH}/etc/fonts
DESTINATION etc
- FILES_MATCHING PATTERN "fonts.conf" EXCLUDE)
+ PATTERN "fonts.conf" EXCLUDE)
# adjust fonts.conf to store font cache in AppData
set(cachedir_default "\\t^<cachedir^>/var/cache/fontconfig^</cachedir^>") # the '^' are needed to escape angle brackets on Windows command shell
set(cachedir_appdata "\\t^<cachedir^>LOCAL_APPDATA_FONTCONFIG_CACHE^</cachedir^>")