mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00: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:
@ -636,11 +636,8 @@ endif()
|
||||
|
||||
include(InstallHelpers)
|
||||
|
||||
file(GLOB MANPAGES
|
||||
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
man/nvim.1)
|
||||
install_helper(
|
||||
FILES ${MANPAGES}
|
||||
FILES ${CMAKE_SOURCE_DIR}/man/nvim.1
|
||||
DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user