diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2022-04-15 19:47:10 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2022-04-25 18:29:17 (GMT) |
commit | 64ea1a272c87fda1de948d69130c7872ff01c39e (patch) | |
tree | 1e08f952270a2bc1a779d4f1de7d2623ffd3f45d /Source/cmTryCompileCommand.cxx | |
parent | 7dc7907837a8ce4608f8cc762409617e62c496fe (diff) | |
download | CMake-64ea1a272c87fda1de948d69130c7872ff01c39e.zip CMake-64ea1a272c87fda1de948d69130c7872ff01c39e.tar.gz CMake-64ea1a272c87fda1de948d69130c7872ff01c39e.tar.bz2 |
messages: remove screamake from comments and errors
Diffstat (limited to 'Source/cmTryCompileCommand.cxx')
-rw-r--r-- | Source/cmTryCompileCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTryCompileCommand.cxx b/Source/cmTryCompileCommand.cxx index 05b3f05..130c228 100644 --- a/Source/cmTryCompileCommand.cxx +++ b/Source/cmTryCompileCommand.cxx @@ -20,7 +20,7 @@ bool cmTryCompileCommand::InitialPass(std::vector<std::string> const& argv, cmake::FIND_PACKAGE_MODE) { this->Makefile->IssueMessage( MessageType::FATAL_ERROR, - "The TRY_COMPILE() command is not supported in --find-package mode."); + "The try_compile() command is not supported in --find-package mode."); return false; } |