From 4bf54459fd605043d79f25a29a957b3f76ce384e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 8 Mar 2024 12:19:44 +0900 Subject: [PATCH] cmake files: change keywords to lower case Signed-off-by: Michele Calgaro --- doc/man/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt index 60c7e44..cc9e9ce 100644 --- a/doc/man/CMakeLists.txt +++ b/doc/man/CMakeLists.txt @@ -32,7 +32,7 @@ foreach( _dir IN LISTS _dirs ) set( _lang_dir "/${_lang}" ) endif() foreach( _man_section IN LISTS _man_sections ) - INSTALL( + install( FILES ${_man_files_${_man_section}} DESTINATION ${MAN_INSTALL_DIR}${_lang_dir}/man${_man_section} COMPONENT doc