mirror of
https://git.tukaani.org/xz.git
synced 2025-02-25 18:08:13 +00:00
CMake: Fix a typo in a message
It was spotted with codespell.
This commit is contained in:
parent
2a47be823c
commit
33ec377729
@ -2318,7 +2318,7 @@ if(UNIX)
|
|||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
option(XZ_DOC "Install basic documention, examples, and license files" ON)
|
option(XZ_DOC "Install basic documentation, examples, and license files" ON)
|
||||||
if(XZ_DOC)
|
if(XZ_DOC)
|
||||||
install(DIRECTORY doc/examples
|
install(DIRECTORY doc/examples
|
||||||
DESTINATION "${CMAKE_INSTALL_DOCDIR}"
|
DESTINATION "${CMAKE_INSTALL_DOCDIR}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user