diff options
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r-- | Source/cmake.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index f0f9ef7..16a6240 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -2682,7 +2682,7 @@ int cmake::Build(const std::string& dir, makeProgram.c_str(), config.c_str(), clean, false, 0, cmSystemTools::OUTPUT_PASSTHROUGH, - 0, nativeOptions); + nativeOptions); } void cmake::WatchUnusedCli(const char* var) |