mirror of
https://github.com/curl/curl.git
synced 2026-08-25 09:43:32 +03:00
cmake: do not install mk-ca-bundle script and manpage
To sync with autotools builds.
Reported-by: Daniel Stenberg
Bug: https://github.com/curl/curl/pull/17035#pullrequestreview-2769964979
Follow-up to 5023ffad2c #13197
Closes #17068
This commit is contained in:
parent
15fb1dc7f8
commit
fbe408ccd7
2 changed files with 1 additions and 8 deletions
|
|
@ -39,7 +39,7 @@ if(BUILD_MISC_DOCS)
|
|||
VERBATIM
|
||||
)
|
||||
add_custom_target("curl-generate-${_man_misc}.1" ALL DEPENDS "${_man_target}")
|
||||
if(NOT CURL_DISABLE_INSTALL)
|
||||
if(NOT CURL_DISABLE_INSTALL AND NOT _man_misc STREQUAL "mk-ca-bundle")
|
||||
install(FILES "${_man_target}" DESTINATION "${CMAKE_INSTALL_MANDIR}/man1")
|
||||
endif()
|
||||
endforeach()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue