diff options
author | Jim Miller <millerjv@crd.ge.com> | 2001-06-07 12:50:38 (GMT) |
---|---|---|
committer | Jim Miller <millerjv@crd.ge.com> | 2001-06-07 12:50:38 (GMT) |
commit | dd249a0477be22189942a496afc5a2666ba7e39e (patch) | |
tree | 5aff2b4a641c0d7f68d40237cbba3fb575a67419 /Source/cmConfigureFileNoAutoconf.cxx | |
parent | 19b183808ae6780fec226d6905786e8eb64125c7 (diff) | |
download | CMake-dd249a0477be22189942a496afc5a2666ba7e39e.zip CMake-dd249a0477be22189942a496afc5a2666ba7e39e.tar.gz CMake-dd249a0477be22189942a496afc5a2666ba7e39e.tar.bz2 |
FIX: Chaned error message to match command
Diffstat (limited to 'Source/cmConfigureFileNoAutoconf.cxx')
-rw-r--r-- | Source/cmConfigureFileNoAutoconf.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmConfigureFileNoAutoconf.cxx b/Source/cmConfigureFileNoAutoconf.cxx index 412b92f..aaf3494 100644 --- a/Source/cmConfigureFileNoAutoconf.cxx +++ b/Source/cmConfigureFileNoAutoconf.cxx @@ -43,7 +43,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // cmConfigureFileNoAutoconf bool cmConfigureFileNoAutoconf::InitialPass(std::vector<std::string>& args) { - this->SetError("The CONFIGURE_FILE_NO_AUTOCONF method is deprecated, please use CONFIGURE_FILE instead."); + this->SetError("The CONFIGURE_FILE_NOAUTOCONF method is deprecated, please use CONFIGURE_FILE instead."); return false; } |