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 /Tests/TryCompile | |
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 'Tests/TryCompile')
-rw-r--r-- | Tests/TryCompile/CMakeLists.txt | 2 |
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 |