diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-09 12:47:26 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-09 12:47:26 +0900 |
commit | c70d6de201709b880e658f414712e42efd4967ec (patch) | |
tree | ef513f84f237ef78ead2b264ead788b0cf13eedd | |
parent | 4808f8e67b4c7cd7b1bb2f03467b2f220aab814f (diff) | |
download | tdebase-c70d6de201709b880e658f414712e42efd4967ec.tar.gz tdebase-c70d6de201709b880e658f414712e42efd4967ec.zip |
Fix FTBFS caused by cmake lowercase renaming
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | CMakeLists.txt | 2 |
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 |