summaryrefslogtreecommitdiffstats
path: root/Source/cmTryCompileCommand.cxx
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2022-04-15 19:47:10 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2022-04-25 18:29:17 (GMT)
commit64ea1a272c87fda1de948d69130c7872ff01c39e (patch)
tree1e08f952270a2bc1a779d4f1de7d2623ffd3f45d /Source/cmTryCompileCommand.cxx
parent7dc7907837a8ce4608f8cc762409617e62c496fe (diff)
downloadCMake-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.cxx2
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;
}