diff options
author | Michele Calgaro <[email protected]> | 2024-03-08 12:19:33 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-08 12:19:33 +0900 |
commit | d141f381ca4e043b133a9796edb470e777fef0a4 (patch) | |
tree | 815fc915493a19bd3812a915ba80d83a5c7b9df5 /src/CMakeLists.txt | |
parent | 7f3a1914fc2d9d9bf0c13762744b8b6804fb179c (diff) | |
download | tork-d141f381ca4e043b133a9796edb470e777fef0a4.tar.gz tork-d141f381ca4e043b133a9796edb470e777fef0a4.zip |
cmake files: change keywords to lower case
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 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 |