diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2017-07-29 16:57:41 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2017-07-29 16:57:41 +0000 |
| commit | c4cb799dfa98a5643fd840b06036d1030cbc8809 (patch) | |
| tree | 0e2c32c5250fc1c93a192faa772cab60879026cf /CMakeScripts | |
| parent | Small fixes suggested by @Ede123 (diff) | |
| parent | Fix a bug pointed by CR on delete nodes in fillet/chamfer LPE (diff) | |
| download | inkscape-c4cb799dfa98a5643fd840b06036d1030cbc8809.tar.gz inkscape-c4cb799dfa98a5643fd840b06036d1030cbc8809.zip | |
Merge gitlab.com:inkscape/inkscape
Diffstat (limited to 'CMakeScripts')
| -rw-r--r-- | CMakeScripts/InstallMSYS2.cmake | 2 |
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^>")
|
