FIX: Chaned error message to match command
This commit is contained in:
parent
19b183808a
commit
dd249a0477
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue