diff options
author | Brad King <brad.king@kitware.com> | 2017-10-25 12:11:03 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-10-25 12:11:19 (GMT) |
commit | b5dd256d948947467b3059218a9347d0cf2c513b (patch) | |
tree | c26dff384b0716296217a44433a15eef8e4508c0 /Source/cmGlobalGenerator.h | |
parent | 53d8be41183e663d340c0bc210dfe1f4ec97e711 (diff) | |
parent | 4e7f67383f297d708efbb6640c9bee188a127d4e (diff) | |
download | CMake-b5dd256d948947467b3059218a9347d0cf2c513b.zip CMake-b5dd256d948947467b3059218a9347d0cf2c513b.tar.gz CMake-b5dd256d948947467b3059218a9347d0cf2c513b.tar.bz2 |
Merge topic 'defer-target-source-check'
4e7f6738 Defer check for sources within a target until generation.
6e4e7c65 Tests: Exclude bad RunCMake.add_executable case on multi-arch Xcode
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1242
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r-- | Source/cmGlobalGenerator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h index abbc001..c5a5297 100644 --- a/Source/cmGlobalGenerator.h +++ b/Source/cmGlobalGenerator.h @@ -542,6 +542,8 @@ private: virtual void ForceLinkerLanguages(); + bool CheckTargetsForMissingSources() const; + void CreateLocalGenerators(); void CheckCompilerIdCompatibility(cmMakefile* mf, |