summaryrefslogtreecommitdiffstats
path: root/plugins/common
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-08 16:09:41 +0900
commit0afc7ddb4714dd26179d283cf9c0cabc00ccb2a5 (patch)
tree444ad8f8d0dba0d228305f690f3dfa51d8b3e9cf /plugins/common
parentb3aed46acb0a6d0dc3952a0eb2fe39302aeb4e66 (diff)
downloadkbfx-0afc7ddb4714dd26179d283cf9c0cabc00ccb2a5.tar.gz
kbfx-0afc7ddb4714dd26179d283cf9c0cabc00ccb2a5.zip
cmake files: change keywords to lower case
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'plugins/common')
-rw-r--r--plugins/common/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/common/CMakeLists.txt b/plugins/common/CMakeLists.txt
index 96b4a77..a42ea85 100644
--- a/plugins/common/CMakeLists.txt
+++ b/plugins/common/CMakeLists.txt
@@ -1,3 +1,3 @@
-FILE(GLOB HEADERS *.h)
+file(GLOB HEADERS *.h)
-INSTALL(FILES ${HEADERS} DESTINATION ${INCLUDE_INSTALL_DIR}/kbfx/plugins)
+install(FILES ${HEADERS} DESTINATION ${INCLUDE_INSTALL_DIR}/kbfx/plugins)