Update BashCompletion.cmake (#6634)

This commit is contained in:
Bimal Poudel
2023-02-08 00:16:10 -07:00
committed by GitHub
parent 9d5d86d863
commit 507fa239dd

View File

@@ -24,7 +24,7 @@
# - Windows does not support bash completion
# - macOS support should eventually be added for Homebrew (TODO)
IF(WIN32)
MESSAGE(STATUS "Bash competion is not supported on this platform.")
MESSAGE(STATUS "Bash completion is not supported on this platform.")
ELSEIF(APPLE)
MESSAGE(STATUS "Bash completion is not yet implemented for this platform.")
ELSE()