libeconf/0002-cmake-no-install-html.patch
Iker Pedrosa 3b64ec2624 Fix static analyzer detected issues
Resolves: RHEL-24989

Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
2024-04-11 11:55:12 +02:00

13 lines
447 B
Diff

diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 726183a..8da1f45 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -18,7 +18,6 @@ if(BUILD_DOCUMENTATION)
COMMENT "Generating API documentation with Doxygen"
VERBATIM)
- install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html DESTINATION share/doc)
endif()
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/man/libeconf.3 DESTINATION ${CMAKE_INSTALL_MANDIR}/man3)