mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 10:39:28 -05:00
CPack: Fix a typo in documentation
This commit is contained in:
committed by
Brad King
parent
8da09f6ee1
commit
807a564e7a
@@ -28,7 +28,7 @@ void cmCPackDocumentVariables::DefineVariables(cmake* cm)
|
||||
" the so-called top level directory. The purpose of"
|
||||
" is to include (set to 1 or ON or TRUE) the top level directory"
|
||||
" in the package or not (set to 0 or OFF or FALSE).\n"
|
||||
"Each CPack generator as a built-in default value for this"
|
||||
"Each CPack generator has a built-in default value for this"
|
||||
" variable. E.g. Archive generators (ZIP, TGZ, ...) includes"
|
||||
" the top level whereas RPM or DEB don't. The user may override"
|
||||
" the default value by setting this variable.\n"
|
||||
|
||||
Reference in New Issue
Block a user