summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-06-01 18:23:11 (GMT)
committerBrad King <brad.king@kitware.com>2015-06-04 13:06:09 (GMT)
commit6e570f857acd3322640db72112f2dc37b69396cf (patch)
treef8afeb7539aa6f1326f61f5f18ba43d419b4a18e /Source/cmLocalGenerator.h
parent3d8c6cd9648089c389c1496fb910d664a5773ab4 (diff)
downloadCMake-6e570f857acd3322640db72112f2dc37b69396cf.zip
CMake-6e570f857acd3322640db72112f2dc37b69396cf.tar.gz
CMake-6e570f857acd3322640db72112f2dc37b69396cf.tar.bz2
cmLocalGenerator: Remove 'optional' parameter from Convert.
Port callers away from it.
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r--Source/cmLocalGenerator.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index 30b622e..f02b5db 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -115,8 +115,7 @@ public:
std::string ConvertToOutputFormat(const std::string& source,
OutputFormat output);
std::string Convert(const std::string& remote, RelativeRoot local,
- OutputFormat output = UNCHANGED,
- bool optional = false);
+ OutputFormat output = UNCHANGED);
std::string Convert(RelativeRoot remote, const std::string& local,
OutputFormat output = UNCHANGED,
bool optional = false);