mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
cmMakefile: Fix spelling typo in comment
This commit is contained in:
committed by
Brad King
parent
03e2757c66
commit
7b6af980eb
+1
-1
@@ -135,7 +135,7 @@ public:
|
||||
std::unique_ptr<cmFunctionBlocker> RemoveFunctionBlocker();
|
||||
|
||||
/**
|
||||
* Try running cmake and building a file. This is used for dynalically
|
||||
* Try running cmake and building a file. This is used for dynamically
|
||||
* loaded commands, not as part of the usual build process.
|
||||
*/
|
||||
int TryCompile(const std::string& srcdir, const std::string& bindir,
|
||||
|
||||
Reference in New Issue
Block a user