mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-16 07:28:23 -05:00
Remove trailing whitespace
Alex
This commit is contained in:
@@ -426,7 +426,7 @@ cmPolicies::cmPolicies()
|
|||||||
this->DefinePolicy(
|
this->DefinePolicy(
|
||||||
CMP0015, "CMP0015",
|
CMP0015, "CMP0015",
|
||||||
"link_directories() treats paths relative to the source dir.",
|
"link_directories() treats paths relative to the source dir.",
|
||||||
"In CMake 2.6.4 and lower the link_directories() command passed relative "
|
"In CMake 2.8.0 and lower the link_directories() command passed relative "
|
||||||
"paths unchanged to the linker. "
|
"paths unchanged to the linker. "
|
||||||
"In CMake 2.8.1 and above the link_directories() command prefers to "
|
"In CMake 2.8.1 and above the link_directories() command prefers to "
|
||||||
"interpret relative paths with respect to CMAKE_CURRENT_SOURCE_DIR, "
|
"interpret relative paths with respect to CMAKE_CURRENT_SOURCE_DIR, "
|
||||||
@@ -437,6 +437,7 @@ cmPolicies::cmPolicies()
|
|||||||
"absolute paths by appending the relative path to "
|
"absolute paths by appending the relative path to "
|
||||||
"CMAKE_CURRENT_SOURCE_DIR.",
|
"CMAKE_CURRENT_SOURCE_DIR.",
|
||||||
2,8,1,0, cmPolicies::WARN);
|
2,8,1,0, cmPolicies::WARN);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
cmPolicies::~cmPolicies()
|
cmPolicies::~cmPolicies()
|
||||||
|
|||||||
Reference in New Issue
Block a user