parent
6aef6d84d7
commit
da033b10d2
|
@ -426,7 +426,7 @@ cmPolicies::cmPolicies()
|
|||
this->DefinePolicy(
|
||||
CMP0015, "CMP0015",
|
||||
"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. "
|
||||
"In CMake 2.8.1 and above the link_directories() command prefers to "
|
||||
"interpret relative paths with respect to CMAKE_CURRENT_SOURCE_DIR, "
|
||||
|
@ -437,6 +437,7 @@ cmPolicies::cmPolicies()
|
|||
"absolute paths by appending the relative path to "
|
||||
"CMAKE_CURRENT_SOURCE_DIR.",
|
||||
2,8,1,0, cmPolicies::WARN);
|
||||
|
||||
}
|
||||
|
||||
cmPolicies::~cmPolicies()
|
||||
|
|
Loading…
Reference in New Issue