diff options
author | Brad King <brad.king@kitware.com> | 2019-09-26 13:47:41 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-09-26 13:47:51 (GMT) |
commit | df982c4e189c01896db487ec5edfe85d27911007 (patch) | |
tree | fa4cc82d4a051321e7b3b14c130c8d6d45f9f63d /bootstrap | |
parent | 5fa625d611414ac567fd7a6bb5b3b416ea93eca2 (diff) | |
parent | fd3a39461457540157ea9bee2f9ea7620dfd1c7f (diff) | |
download | CMake-df982c4e189c01896db487ec5edfe85d27911007.zip CMake-df982c4e189c01896db487ec5edfe85d27911007.tar.gz CMake-df982c4e189c01896db487ec5edfe85d27911007.tar.bz2 |
Merge topic 'add-custom-target-byproduct-checks'
fd3a394614 add_custom_command: Format files in error message in a single line
a1cc6b4447 add_custom_target: Add output checks for custom target byproducts
cbb861ade8 add_custom_command: Add tests for custom command output checks
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3850
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -278,6 +278,7 @@ CMAKE_CXX_SOURCES="\ cmCMakePolicyCommand \ cmCPackPropertiesGenerator \ cmCacheManager \ + cmCheckCustomOutputs \ cmCommand \ cmCommandArgumentParserHelper \ cmCommands \ |