summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorDaniel Eiband <daniel.eiband@brainlab.com>2019-09-23 22:18:36 +0200
committerDaniel Eiband <daniel.eiband@brainlab.com>2019-09-23 22:18:36 +0200
commita1cc6b4447787b84777fdf9a860e8c39f0f4a090 (patch)
tree2c6bda9df6651b5732f6eef005333c15a3d07d65 /bootstrap
parentcbb861ade85e3b7e550bb1f150513b237efc1f02 (diff)
downloadcmake-a1cc6b4447787b84777fdf9a860e8c39f0f4a090.tar.gz
add_custom_target: Add output checks for custom target byproducts
Use the output checks for byproducts of add_custom_command also for byproducts of add_custom_target.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 0923dd45af..42f869b208 100755
--- a/bootstrap
+++ b/bootstrap
@@ -278,6 +278,7 @@ CMAKE_CXX_SOURCES="\
cmCMakePolicyCommand \
cmCPackPropertiesGenerator \
cmCacheManager \
+ cmCheckCustomOutputs \
cmCommand \
cmCommandArgumentParserHelper \
cmCommands \