FIX: Chaned error message to match command

This commit is contained in:
Jim Miller 2001-06-07 08:50:38 -04:00
parent 19b183808a
commit dd249a0477
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
// cmConfigureFileNoAutoconf // cmConfigureFileNoAutoconf
bool cmConfigureFileNoAutoconf::InitialPass(std::vector<std::string>& args) 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; return false;
} }