mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 02:19:18 -05:00
Maint: misc. typos
Found via `codespell`.
This commit is contained in:
@@ -57,7 +57,7 @@ std::vector<std::string> cmTargetSourcesCommand::ConvertToAbsoluteContent(
|
||||
cmTarget* tgt, const std::vector<std::string>& content,
|
||||
bool isInterfaceContent)
|
||||
{
|
||||
// Skip conversion in case old behavior has been explictly requested
|
||||
// Skip conversion in case old behavior has been explicitly requested
|
||||
if (this->Makefile->GetPolicyStatus(cmPolicies::CMP0076) ==
|
||||
cmPolicies::OLD) {
|
||||
return content;
|
||||
|
||||
Reference in New Issue
Block a user