head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2026.02.27.17.47.23; author ryoon; state Exp; branches; next ; commitid RiscCwzd5DpKB2wG; desc @@ 1.1 log @devel/zycore-c: Fix install stage when doxygen is installed @ text @$NetBSD$ * Doxygen use can be configured. --- CMakeLists.txt.orig 2026-02-27 00:46:43.001548134 +0000 +++ CMakeLists.txt @@@@ -227,6 +227,7 @@@@ install(DIRECTORY "include/" DESTINATION ${CMAKE_INSTA # Doxygen documentation # # =============================================================================================== # +if (ENABLE_DOCS) find_package(Doxygen) if (DOXYGEN_FOUND) set(DOXYGEN_GENERATE_MAN YES) @@@@ -241,6 +242,7 @@@@ if (DOXYGEN_FOUND) DESTINATION "${CMAKE_INSTALL_MANDIR}/man3" COMPONENT Documentation ) +endif() endif() # =============================================================================================== # @