mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-29 18:27:40 +02:00
Make documentation installation optional (#333)
(cherry picked from commit dc1e36fa0e
)
This commit is contained in:
committed by
Jonathan Müller
parent
87f5f867f6
commit
713a061bc5
@ -7,4 +7,5 @@ endif ()
|
||||
add_custom_target(doc
|
||||
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/build.py ${FMT_VERSION})
|
||||
|
||||
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html/ DESTINATION share/doc/fmt)
|
||||
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html/
|
||||
DESTINATION share/doc/fmt OPTIONAL)
|
||||
|
Reference in New Issue
Block a user