diff options
author | Michele Calgaro <[email protected]> | 2024-03-08 12:24:52 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-08 18:21:07 +0900 |
commit | 604e797606e07ebbe3dff3011388c19b4c5cb927 (patch) | |
tree | ce77332146603c1c8368449cd4bdc4e82f7a9d3c | |
parent | a8d8c5d0b05250a9d70f03942f9091aa53249d23 (diff) | |
download | libart-lgpl-604e797606e07ebbe3dff3011388c19b4c5cb927.tar.gz libart-lgpl-604e797606e07ebbe3dff3011388c19b4c5cb927.zip |
cmake files: change keywords to lower case
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit ef286ccbfc6c60bb81b39b3ad4316506f848448a)
-rw-r--r-- | doc/man/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt index 0cf1b67..aee623f 100644 --- a/doc/man/CMakeLists.txt +++ b/doc/man/CMakeLists.txt @@ -1,4 +1,4 @@ -INSTALL( +install( FILES libart2-config.1 DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc |