diff options
author | Brad King <brad.king@kitware.com> | 2005-02-07 21:11:01 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2005-02-07 21:11:01 (GMT) |
commit | 337ad802c64d10904700457939a8b5e0a48439be (patch) | |
tree | 5bee5711c158e1ae87afdacb0061d880d8a6ff43 /Source/cmDepends.h | |
parent | c44e6d30e5127457060f8e027fbff17ac89e98a5 (diff) | |
download | CMake-337ad802c64d10904700457939a8b5e0a48439be.zip CMake-337ad802c64d10904700457939a8b5e0a48439be.tar.gz CMake-337ad802c64d10904700457939a8b5e0a48439be.tar.bz2 |
ENH: Implemented support for include/complain regular expressions for dependency scanning. This now includes the possibility that scanning will return failure and the build will stop.
Diffstat (limited to 'Source/cmDepends.h')
-rw-r--r-- | Source/cmDepends.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDepends.h b/Source/cmDepends.h index 00d2daf..dab1aac 100644 --- a/Source/cmDepends.h +++ b/Source/cmDepends.h @@ -37,7 +37,7 @@ public: virtual ~cmDepends(); /** Write dependencies for the target file. */ - void Write(); + bool Write(); /** Check dependencies for the target file. */ void Check(); |