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 12:47:26 +0900
commitc70d6de201709b880e658f414712e42efd4967ec (patch)
treeef513f84f237ef78ead2b264ead788b0cf13eedd
parent4808f8e67b4c7cd7b1bb2f03467b2f220aab814f (diff)
downloadtdebase-c70d6de2.tar.gz
tdebase-c70d6de2.zip
Fix FTBFS caused by cmake lowercase renaming
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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