diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-08 12:21:31 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-08 12:54:43 +0900 |
commit | 7a6a24236da6e6b21b8b9511d94b83b43f00c42f (patch) | |
tree | d214d9c0545246e6cabdd674d354fa648c5d0684 /IconThemes | |
parent | 224da62a5c9c95a2cec1146007edf760079a2e19 (diff) | |
download | tdeartwork-7a6a24236da6e6b21b8b9511d94b83b43f00c42f.tar.gz tdeartwork-7a6a24236da6e6b21b8b9511d94b83b43f00c42f.zip |
cmake files: change keywords to lower case
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'IconThemes')
-rw-r--r-- | IconThemes/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IconThemes/CMakeLists.txt b/IconThemes/CMakeLists.txt index 202cb962..6930f5f3 100644 --- a/IconThemes/CMakeLists.txt +++ b/IconThemes/CMakeLists.txt @@ -25,7 +25,7 @@ foreach (theme ${ICON_THEMES}) foreach(size ${ICON_SIZES}) foreach(type ${ICON_TYPES}) foreach(suffix ${ICON_SUFFIXES}) - FILE(GLOB files "${theme}/${size}/${type}/*.${suffix}" ) + file(GLOB files "${theme}/${size}/${type}/*.${suffix}" ) install(FILES ${files} DESTINATION ${ICON_INSTALL_DIR}/${theme}/${size}/${type}/) endforeach(suffix ${ICON_SUFFIXES}) endforeach(type ${ICON_TYPES}) |