ENH: Clarify docs of old *_OUTPUT_PATH vars
This clarifies the documentation of EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH to sound less like deprecation.
This commit is contained in:
parent
c6051d7ad0
commit
f04fed206f
@ -931,21 +931,17 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
|
|||||||
cm->DefineProperty
|
cm->DefineProperty
|
||||||
("EXECUTABLE_OUTPUT_PATH", cmProperty::VARIABLE,
|
("EXECUTABLE_OUTPUT_PATH", cmProperty::VARIABLE,
|
||||||
"Old executable location variable.",
|
"Old executable location variable.",
|
||||||
"This variable should no longer be used as of CMake 2.6. "
|
"The target property RUNTIME_OUTPUT_DIRECTORY supercedes "
|
||||||
"Use the RUNTIME_OUTPUT_DIRECTORY target property instead. "
|
"this variable for a target if it is set. "
|
||||||
"It will override this variable if it is set.\n"
|
"Executable targets are otherwise placed in this directory.",false,
|
||||||
"If set, this is the directory where all executables "
|
|
||||||
"built during the build process will be placed.",false,
|
|
||||||
"Variables that Control the Build");
|
"Variables that Control the Build");
|
||||||
cm->DefineProperty
|
cm->DefineProperty
|
||||||
("LIBRARY_OUTPUT_PATH", cmProperty::VARIABLE,
|
("LIBRARY_OUTPUT_PATH", cmProperty::VARIABLE,
|
||||||
"Old library location variable.",
|
"Old library location variable.",
|
||||||
"This variable should no longer be used as of CMake 2.6. "
|
"The target properties ARCHIVE_OUTPUT_DIRECTORY, "
|
||||||
"Use the ARCHIVE_OUTPUT_DIRECTORY, LIBRARY_OUTPUT_DIRECTORY, and "
|
"LIBRARY_OUTPUT_DIRECTORY, and RUNTIME_OUTPUT_DIRECTORY supercede "
|
||||||
"RUNTIME_OUTPUT_DIRECTORY target properties instead. "
|
"this variable for a target if they are set. "
|
||||||
"They will override this variable if they are set.\n"
|
"Library targets are otherwise placed in this directory.",false,
|
||||||
"If set, this is the directory where all the libraries "
|
|
||||||
"built during the build process will be placed.",false,
|
|
||||||
"Variables that Control the Build");
|
"Variables that Control the Build");
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user