summaryrefslogtreecommitdiffstats
path: root/Source/cmBuildCommand.cxx
diff options
context:
space:
mode:
authorVitaly Stakhovsky <vvs31415@gitlab.org>2020-03-11 13:40:00 (GMT)
committerVitaly Stakhovsky <vvs31415@gitlab.org>2020-03-11 13:40:43 (GMT)
commit36a5b3d1d165830045b9d7019fbe3df250ce0685 (patch)
treedb147061900c875292e999f0458d36d2b68f6d93 /Source/cmBuildCommand.cxx
parentc7c6e103d1209f7e29cb2909cf342be75478f304 (diff)
downloadCMake-36a5b3d1d165830045b9d7019fbe3df250ce0685.zip
CMake-36a5b3d1d165830045b9d7019fbe3df250ce0685.tar.gz
CMake-36a5b3d1d165830045b9d7019fbe3df250ce0685.tar.bz2
cmMakefile::AddCacheDefinition: Add overload that accepts std::string value
Diffstat (limited to 'Source/cmBuildCommand.cxx')
-rw-r--r--Source/cmBuildCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmBuildCommand.cxx b/Source/cmBuildCommand.cxx
index 49c9439..b82fb9a 100644
--- a/Source/cmBuildCommand.cxx
+++ b/Source/cmBuildCommand.cxx
@@ -108,7 +108,7 @@ bool TwoArgsSignature(std::vector<std::string> const& args,
if (cacheValue) {
return true;
}
- mf.AddCacheDefinition(define, makecommand.c_str(),
+ mf.AddCacheDefinition(define, makecommand,
"Command used to build entire project "
"from the command line.",
cmStateEnums::STRING);