mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-26 18:58:34 -06:00
Code comments: Fix trivial typos
This commit is contained in:
@@ -368,7 +368,7 @@ cmComputeLinkInformation::cmComputeLinkInformation(
|
|||||||
LibraryFeatureDescriptor{ "__CMAKE_LINK_EXECUTABLE",
|
LibraryFeatureDescriptor{ "__CMAKE_LINK_EXECUTABLE",
|
||||||
cmStrCat(this->LoaderFlag, "<LIBRARY>") });
|
cmStrCat(this->LoaderFlag, "<LIBRARY>") });
|
||||||
}
|
}
|
||||||
// To link framewortk using a full path
|
// To link framework using a full path
|
||||||
this->LibraryFeatureDescriptors.emplace(
|
this->LibraryFeatureDescriptors.emplace(
|
||||||
"__CMAKE_LINK_FRAMEWORK",
|
"__CMAKE_LINK_FRAMEWORK",
|
||||||
LibraryFeatureDescriptor{ "__CMAKE_LINK_FRAMEWORK", "<LIBRARY>" });
|
LibraryFeatureDescriptor{ "__CMAKE_LINK_FRAMEWORK", "<LIBRARY>" });
|
||||||
|
|||||||
@@ -369,7 +369,7 @@ public:
|
|||||||
that is a framework. */
|
that is a framework. */
|
||||||
bool NameResolvesToFramework(const std::string& libname) const;
|
bool NameResolvesToFramework(const std::string& libname) const;
|
||||||
/** Split a framework path to the directory and name of the framework as well
|
/** Split a framework path to the directory and name of the framework as well
|
||||||
* as optiona; suffix.
|
* as optional suffix.
|
||||||
* Returns std::nullopt if the path does not match with framework format
|
* Returns std::nullopt if the path does not match with framework format
|
||||||
* when extendedFormat is true, required format is relaxed (i.e. extension
|
* when extendedFormat is true, required format is relaxed (i.e. extension
|
||||||
* `.framework' is optional). Used when FRAMEWORK link feature is
|
* `.framework' is optional). Used when FRAMEWORK link feature is
|
||||||
|
|||||||
Reference in New Issue
Block a user