mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
build(cmake): remove unnecessary globbing with file
There's no need to use globbing since there's only one file.
This commit is contained in:
parent
8a6f728315
commit
668591ae04
@ -636,11 +636,8 @@ endif()
|
|||||||
|
|
||||||
include(InstallHelpers)
|
include(InstallHelpers)
|
||||||
|
|
||||||
file(GLOB MANPAGES
|
|
||||||
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
|
|
||||||
man/nvim.1)
|
|
||||||
install_helper(
|
install_helper(
|
||||||
FILES ${MANPAGES}
|
FILES ${CMAKE_SOURCE_DIR}/man/nvim.1
|
||||||
DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
|
DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user