mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 19:08:07 +08:00
ENH: removed the PREORDER option from the AddSubDirectory command
This commit is contained in:
@@ -63,7 +63,7 @@ public:
|
||||
{
|
||||
return
|
||||
" ADD_SUBDIRECTORY(binary_dir [source_dir]\n"
|
||||
" [EXCLUDE_FROM_ALL] [PREORDER])\n"
|
||||
" [EXCLUDE_FROM_ALL])\n"
|
||||
"Add a subdirectory to the build. The binary_dir specifies the "
|
||||
"directory in which to store the build files. If it is a relative "
|
||||
"path it will be evaluated with respect to the current output "
|
||||
@@ -77,12 +77,6 @@ public:
|
||||
"be processed immediately by CMake before processing in the current "
|
||||
"input file continues beyond this command.\n"
|
||||
|
||||
"The PREORDER flag tells recursive makefile generators to build "
|
||||
"targets in the subdirectory before those in the current directory. "
|
||||
"If this flag is not specified then the targets in the current "
|
||||
"directory are always built first. The PREORDER flag has no meaning "
|
||||
"for global build system generators.\n"
|
||||
|
||||
"If the EXCLUDE_FROM_ALL argument is provided then this subdirectory "
|
||||
"will not be included in build by default. Users will have to "
|
||||
"explicitly start a build in the generated output directory. "
|
||||
|
Reference in New Issue
Block a user