summaryrefslogtreecommitdiffstats
path: root/Source/cmTryCompileCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-12-12 22:48:49 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-12-12 22:48:49 (GMT)
commite03219860ddc8aaedba056cbf6833d7eeff15299 (patch)
tree40a91a168928cdb7787139e90a08ace59e55c730 /Source/cmTryCompileCommand.h
parent57ddd33fd08afde9080e9930fde9ed810e38b675 (diff)
downloadCMake-e03219860ddc8aaedba056cbf6833d7eeff15299.zip
CMake-e03219860ddc8aaedba056cbf6833d7eeff15299.tar.gz
CMake-e03219860ddc8aaedba056cbf6833d7eeff15299.tar.bz2
Make try compile add a depend to re-run cmake if its source chagnes
Diffstat (limited to 'Source/cmTryCompileCommand.h')
-rw-r--r--Source/cmTryCompileCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTryCompileCommand.h b/Source/cmTryCompileCommand.h
index dee337a..dd1a71a 100644
--- a/Source/cmTryCompileCommand.h
+++ b/Source/cmTryCompileCommand.h
@@ -58,7 +58,7 @@ public:
/**
* This is the core code for try compile. It is here so that other
* commands, such as TryRun can access the same logic without
- * dumplication.
+ * duplication.
*/
static int CoreTryCompileCode(
cmMakefile *mf, std::vector<std::string> const& argv, bool clean);