diff options
author | Daniel Eiband <daniel.eiband@brainlab.com> | 2019-09-06 17:17:37 (GMT) |
---|---|---|
committer | Daniel Eiband <daniel.eiband@brainlab.com> | 2019-09-17 20:50:25 (GMT) |
commit | 4926ab24542d2c9e644feee88efd4a96f8bcab97 (patch) | |
tree | 323c647356eb271a24fa7b71afea594fc63f8865 /Source/cmMakefile.h | |
parent | e6ddb57479a3620c712719c120a7337a84470d21 (diff) | |
download | CMake-4926ab24542d2c9e644feee88efd4a96f8bcab97.zip CMake-4926ab24542d2c9e644feee88efd4a96f8bcab97.tar.gz CMake-4926ab24542d2c9e644feee88efd4a96f8bcab97.tar.bz2 |
cmMakefile: Create all generated byproducts as known sources
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 1944879..28f5452 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -1067,9 +1067,7 @@ private: bool atOnly, const char* filename, long line, bool replaceAt) const; - void CreateGeneratedSources( - const std::vector<std::string>& outputs, - cmSourceFileLocationKind kind = cmSourceFileLocationKind::Ambiguous); + void CreateGeneratedSources(const std::vector<std::string>& outputs); /** * See LinearGetSourceFileWithOutput for background information |