summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorDaniel Eiband <daniel.eiband@brainlab.com>2019-09-06 17:17:37 (GMT)
committerDaniel Eiband <daniel.eiband@brainlab.com>2019-09-17 20:50:25 (GMT)
commit4926ab24542d2c9e644feee88efd4a96f8bcab97 (patch)
tree323c647356eb271a24fa7b71afea594fc63f8865 /Source/cmMakefile.h
parente6ddb57479a3620c712719c120a7337a84470d21 (diff)
downloadCMake-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.h4
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