From c70d6de201709b880e658f414712e42efd4967ec Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 9 Mar 2024 12:47:26 +0900 Subject: [PATCH] Fix FTBFS caused by cmake lowercase renaming Signed-off-by: Michele Calgaro --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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