summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-08 12:19:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-08 12:19:33 +0900
commitd141f381ca4e043b133a9796edb470e777fef0a4 (patch)
tree815fc915493a19bd3812a915ba80d83a5c7b9df5
parent7f3a1914fc2d9d9bf0c13762744b8b6804fb179c (diff)
downloadtork-d141f381ca4e043b133a9796edb470e777fef0a4.tar.gz
tork-d141f381ca4e043b133a9796edb470e777fef0a4.zip
cmake files: change keywords to lower case
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--src/CMakeLists.txt2
-rw-r--r--src/arkollon/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 75a73eb..83b7ba5 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -106,7 +106,7 @@ install(
##### man page
-INSTALL(
+install(
FILES ${PROJECT_NAME}.1
DESTINATION ${MAN_INSTALL_DIR}/man1
COMPONENT doc
diff --git a/src/arkollon/CMakeLists.txt b/src/arkollon/CMakeLists.txt
index 0e93613..f138a5f 100644
--- a/src/arkollon/CMakeLists.txt
+++ b/src/arkollon/CMakeLists.txt
@@ -34,7 +34,7 @@ tde_add_executable( torkarkollon AUTOMOC
##### other data
-INSTALL(
+install(
FILES torkarkollon.1
DESTINATION ${MAN_INSTALL_DIR}/man1
COMPONENT doc