summaryrefslogtreecommitdiffstats
path: root/plugins/settings
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-08 12:20:35 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-09 22:30:32 +0900
commit39b1357dca42247aeea273cd3fa09dbb28e990f7 (patch)
tree444ad8f8d0dba0d228305f690f3dfa51d8b3e9cf /plugins/settings
parent120f8eb68f426099c23068a22df25ee0f59bbb86 (diff)
downloadkbfx-39b1357dca42247aeea273cd3fa09dbb28e990f7.tar.gz
kbfx-39b1357dca42247aeea273cd3fa09dbb28e990f7.zip
cmake files: change keywords to lower case
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 0afc7ddb4714dd26179d283cf9c0cabc00ccb2a5)
Diffstat (limited to 'plugins/settings')
-rw-r--r--plugins/settings/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/settings/CMakeLists.txt b/plugins/settings/CMakeLists.txt
index e8c80c7..25a67af 100644
--- a/plugins/settings/CMakeLists.txt
+++ b/plugins/settings/CMakeLists.txt
@@ -47,4 +47,4 @@ tde_add_library( ${target} SHARED AUTOMOC
##### headers #######################################
file( GLOB HEADERS *.h )
-INSTALL(FILES ${HEADERS} DESTINATION ${INCLUDE_INSTALL_DIR}/kbfx/plugins)
+install(FILES ${HEADERS} DESTINATION ${INCLUDE_INSTALL_DIR}/kbfx/plugins)