summaryrefslogtreecommitdiffstats
path: root/Source/cmBuildCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-05-12 13:12:56 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-05-12 13:12:56 (GMT)
commit53bb51fc31ddfbc7c62598db1abdef3a1cdd45e7 (patch)
treec0050bfc45d0254104555d004786dbedfa012751 /Source/cmBuildCommand.h
parent70d48e1287c8e91c4815573485c8acba0879df89 (diff)
parent226df303f955a8756cda7544f58242b52ea7ec2e (diff)
downloadCMake-53bb51fc31ddfbc7c62598db1abdef3a1cdd45e7.zip
CMake-53bb51fc31ddfbc7c62598db1abdef3a1cdd45e7.tar.gz
CMake-53bb51fc31ddfbc7c62598db1abdef3a1cdd45e7.tar.bz2
Merge topic 'ctest-no-make-i'
226df303 CTest: Stop telling 'make' to ignore errors with -i 28e7a135 Help: Fix build_command alternative signature docs 231601b6 build_command: Choose configuration consistently across signatures
Diffstat (limited to 'Source/cmBuildCommand.h')
-rw-r--r--Source/cmBuildCommand.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmBuildCommand.h b/Source/cmBuildCommand.h
index 3fb618f..979abc0 100644
--- a/Source/cmBuildCommand.h
+++ b/Source/cmBuildCommand.h
@@ -53,6 +53,8 @@ public:
virtual std::string GetName() const {return "build_command";}
cmTypeMacro(cmBuildCommand, cmCommand);
+private:
+ bool IgnoreErrors() const;
};
#endif