summaryrefslogtreecommitdiffstats
path: root/Tests/TryCompile
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 /Tests/TryCompile
parent7dc7907837a8ce4608f8cc762409617e62c496fe (diff)
downloadCMake-64ea1a272c87fda1de948d69130c7872ff01c39e.zip
CMake-64ea1a272c87fda1de948d69130c7872ff01c39e.tar.gz
CMake-64ea1a272c87fda1de948d69130c7872ff01c39e.tar.bz2
messages: remove screamake from comments and errors
Diffstat (limited to 'Tests/TryCompile')
-rw-r--r--Tests/TryCompile/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/TryCompile/CMakeLists.txt b/Tests/TryCompile/CMakeLists.txt
index 594f37a..000fd2c 100644
--- a/Tests/TryCompile/CMakeLists.txt
+++ b/Tests/TryCompile/CMakeLists.txt
@@ -201,7 +201,7 @@ add_executable(TryCompile pass.c)
######################################
-# now two tests for TRY_RUN
+# now two tests for try_run()
# try to run a file that should compile and run without error
# also check that OUTPUT_VARIABLE contains both the compile output