summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2014-02-24 22:38:55 (GMT)
committerBrad King <brad.king@kitware.com>2014-03-08 18:05:38 (GMT)
commit6557382dcffef8ed6b11394cb65775d82f1c0aa7 (patch)
treedf6ca4b09a1eabc6dc4033c8d640ada1ddc8623c /Source/cmake.cxx
parent1a1b737c99ac0bd0d555fde2fadf77f08516a4ea (diff)
downloadCMake-6557382dcffef8ed6b11394cb65775d82f1c0aa7.zip
CMake-6557382dcffef8ed6b11394cb65775d82f1c0aa7.tar.gz
CMake-6557382dcffef8ed6b11394cb65775d82f1c0aa7.tar.bz2
stringapi: Use strings for program paths
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r--Source/cmake.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index abe27a5..ab12411 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -2672,7 +2672,7 @@ int cmake::Build(const std::string& dir,
return gen->Build("", dir.c_str(),
projName.c_str(), target.c_str(),
&output,
- 0,
+ "",
config.c_str(), clean, false, 0,
cmSystemTools::OUTPUT_PASSTHROUGH,
nativeOptions);