summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorDaniel Eiband <daniel.eiband@brainlab.com>2019-09-14 13:29:59 (GMT)
committerDaniel Eiband <daniel.eiband@brainlab.com>2019-09-17 20:50:25 (GMT)
commite893ab94baa29b4a21d3edd86174cd19d8cd5a1e (patch)
tree9319476a8c78225a223c102d1486479052aeac99 /Source/cmMakefile.h
parentf1e846fddece96d76d4d6b53ff1ca8ed197af550 (diff)
downloadCMake-e893ab94baa29b4a21d3edd86174cd19d8cd5a1e.zip
CMake-e893ab94baa29b4a21d3edd86174cd19d8cd5a1e.tar.gz
CMake-e893ab94baa29b4a21d3edd86174cd19d8cd5a1e.tar.bz2
cmMakefile: Validate command line for all custom commands
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 4a1af7d..ed118db 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -172,7 +172,7 @@ public:
};
/** Add a custom command to the build. */
- void AddCustomCommandToTarget(
+ cmTarget* AddCustomCommandToTarget(
const std::string& target, const std::vector<std::string>& byproducts,
const std::vector<std::string>& depends,
const cmCustomCommandLines& commandLines, cmTarget::CustomCommandType type,