summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-09 12:47:26 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-09 22:22:27 +0900
commitff9d1cfabf9e8b04e5560b41318729c63be42818 (patch)
tree47f5c981fe9d4bf5460f516481f5f39abd53a89c
parentb89d30dfd28d23510ec9f3013e5a6edc6a8cf827 (diff)
downloadtdebase-ff9d1cfabf9e8b04e5560b41318729c63be42818.tar.gz
tdebase-ff9d1cfabf9e8b04e5560b41318729c63be42818.zip
Fix FTBFS caused by cmake lowercase renaming
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c70d6de201709b880e658f414712e42efd4967ec)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6588473a2..a7de8d9a3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -76,7 +76,7 @@ add_custom_target( install-apidox
install( CODE "
if( EXISTS ${CMAKE_BINARY_DIR}/apidocs )
file(
- install ${CMAKE_BINARY_DIR}/apidocs/
+ INSTALL ${CMAKE_BINARY_DIR}/apidocs/
DESTINATION ${HTML_INSTALL_DIR}/en/${PROJECT_NAME}-apidocs
PATTERN doxygen_sqlite3.db EXCLUDE
PATTERN installdox-slow EXCLUDE