mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 20:00:38 -06:00
Add whitespace after '.' in CMAKE_SKIP_RPATH docs.
This commit is contained in:
@@ -354,7 +354,7 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
|
|||||||
"If true, do not add run time path information.",
|
"If true, do not add run time path information.",
|
||||||
"If this is set to TRUE, then the rpath information "
|
"If this is set to TRUE, then the rpath information "
|
||||||
"is not added to compiled executables. The default "
|
"is not added to compiled executables. The default "
|
||||||
"is to add rpath information if the platform supports it."
|
"is to add rpath information if the platform supports it. "
|
||||||
"This allows for easy running from the build tree.",false,
|
"This allows for easy running from the build tree.",false,
|
||||||
"Variables that Provide Information");
|
"Variables that Provide Information");
|
||||||
cm->DefineProperty
|
cm->DefineProperty
|
||||||
|
|||||||
Reference in New Issue
Block a user