summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-29 15:49:18 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-29 15:49:18 (GMT)
commit61d0a75d11c2ff93c972adeaa28a08f6314d5c07 (patch)
treef15d0d19a5b479c5dbdb1a91b5f75ec51f53d6b1 /Source/cmGlobalXCodeGenerator.cxx
parent48702f8a8d5c44a7b5f5a848ac83efde3edbb469 (diff)
downloadCMake-61d0a75d11c2ff93c972adeaa28a08f6314d5c07.zip
CMake-61d0a75d11c2ff93c972adeaa28a08f6314d5c07.tar.gz
CMake-61d0a75d11c2ff93c972adeaa28a08f6314d5c07.tar.bz2
ENH: Add option to ignore errors. Only works on make
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.cxx')
-rw-r--r--Source/cmGlobalXCodeGenerator.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx
index 1f17992..95df611 100644
--- a/Source/cmGlobalXCodeGenerator.cxx
+++ b/Source/cmGlobalXCodeGenerator.cxx
@@ -52,7 +52,8 @@ void cmGlobalXCodeGenerator::EnableLanguage(std::vector<std::string>const&
//----------------------------------------------------------------------------
std::string cmGlobalXCodeGenerator::GenerateBuildCommand(const char* makeProgram,
- const char *projectName, const char *targetName, const char* config)
+ const char *projectName, const char *targetName, const char* config,
+ bool ignoreErrors)
{
// Config is not used yet
(void) config;