summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/man/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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